• 00
  • :
  • 00
  • :
  • 00
摘要: 引用:nuget名称:gz.plancore 编译后需要把packages\GZ.PlanCore.1.0.101\tools目录中的文件移动到Debug文件夹 插件代码和GZ.Plan.Tools.exe在同一级 事件代码: public class P_ReturnOrder : GZ.Plan 阅读全文
posted @ 2020-11-06 23:10 Garson_Zhang 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 新建winform程序 添加引用:System.Configuration.Install 界面设计: 代码: public partial class Form1 : Form { public Form1() { InitializeComponent(); } // 服务 安装 private 阅读全文
posted @ 2020-11-06 11:27 Garson_Zhang 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 新建服务项目 双击Service1.cs,出现界面,右键,选择 添加安装程序 项目中会生成 ProjectInstaller.cs, 修改ProjectInstaller.cs代码: // 设置运行该服务应用程序时所使用的帐户类型,(默认account,服务安装的时候会提示输入用户名密码) this 阅读全文
posted @ 2020-11-06 11:06 Garson_Zhang 阅读(149) 评论(0) 推荐(0) 编辑