Loading

摘要: 1.在Program.cs文件类新增如下方法: 1 public static class Program 2 { 3 public static GlobalControl gc = new GlobalControl(); //存储全局变量类 4 5 /// <summary> 6 /// 应用 阅读全文
posted @ 2020-10-30 17:31 云辰 阅读(154) 评论(0) 推荐(0)
摘要: 自定义设置属性窗口: public partial class UserControl1 : UserControl { public UserControl1() { InitializeComponent(); } public Image PicImage { get => pictureBo 阅读全文
posted @ 2020-10-30 17:13 云辰 阅读(222) 评论(0) 推荐(0)