摘要:using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Windows.Forms; namespace drmaple { class HotKey { /
阅读全文
摘要:新建wpf项目,新建Undoable.cs(操作记录),main.xaml(页面) using System; using System.Collections.Generic; namespace WpfApp1 { /// <summary> /// 撤销重做对象 /// ceate by xi
阅读全文
摘要:新建项目IPlugin类库,里面新增IPlugin.cs(插件接口),PluginManager.cs(插件管理),FileListenerServer.cs(文件夹监控),依次如下 using System; using System.Collections.Generic; using Syst
阅读全文
摘要:新建类库项目,添加DBHelper.cs,DBManager.cs,DBManagerFactory.cs,DBProvider.cs,IDBManager.cs类,app.config(需要放在启动项目里),内容依次如下 using System.Configuration; using Syst
阅读全文