摘要: 已有系统事件的使用: class Program { static void Main(string[] args) { Form b = new Form(); MyForm c = new MyForm(b); c.myform.ShowDialog(); } } public class My 阅读全文
posted @ 2022-05-10 13:13 遥月 阅读(76) 评论(0) 推荐(0) 编辑