资源简介

winform富文本编辑器

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace KSharpEditor
{
    public interface IKEditorEventListener
    {
        void OnOpenButtonclicked();

        void OnSaveButtonclicked();

        void OnInsertImageClicked();

        void OnEditorLoadComplete();

        void OnEditorErrorOccured(Exception ex);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-10-03 14:20  kwig-master\
     文件        4981  2018-10-03 14:20  kwig-master\.gitignore
     文件         401  2018-10-03 14:20  kwig-master\IKEditorEventListener.cs
     文件         855  2018-10-03 14:20  kwig-master\KBrowser.cs
     文件        4909  2018-10-03 14:20  kwig-master\KEditor.cs
     文件        5698  2018-10-03 14:20  kwig-master\KEditor.resx
     文件        3040  2018-10-03 14:20  kwig-master\KSharpEditor.csproj
     目录           0  2018-10-03 14:20  kwig-master\Properties\
     文件        1287  2018-10-03 14:20  kwig-master\Properties\AssemblyInfo.cs
     文件         870  2018-10-03 14:20  kwig-master\README.md
     目录           0  2018-10-03 14:20  kwig-master\Resources\
     文件      813266  2018-10-03 14:20  kwig-master\Resources\editor.html
     目录           0  2018-10-03 14:20  kwig-master\dist\
     文件      833024  2018-10-03 14:20  kwig-master\dist\kse.dll
     目录           0  2018-10-03 14:20  kwig-master\screenshots\
     文件       13600  2018-10-03 14:20  kwig-master\screenshots\screenshot-1.png

评论

共有 条评论