摘要: //使用方法 changeText(label1, "1"); public delegate void changeTextHandler(Label sender, string str); public void changeText(Label sender, string str) { i 阅读全文
posted @ 2024-07-10 14:14 好记性不如小笔头 阅读(6) 评论(0) 推荐(0)
摘要: 定义变量 UserControl1 urs1_Control; UserControl2 urs2_Control; UserControl3 urs3_Control; UserControl4 urs4_Control; private void Form1_Load(object sender 阅读全文
posted @ 2021-07-27 21:38 好记性不如小笔头 阅读(361) 评论(0) 推荐(0)
摘要: using System; using System.ComponentModel; using System.Drawing; using System.IO; using System.Runtime.InteropServices; using System.Threading; using 阅读全文
posted @ 2021-01-08 16:43 好记性不如小笔头 阅读(144) 评论(0) 推荐(0)
摘要: private delegate void AddRunTimeDelegate(string strTime); private void AddRunTime(string strTime) { if (textBoxTime.InvokeRequired) { AddRunTimeDelega 阅读全文
posted @ 2021-01-08 15:55 好记性不如小笔头 阅读(66) 评论(0) 推荐(0)
摘要: 选择新建的XML文件,右击属性,选择 阅读全文
posted @ 2021-01-08 15:41 好记性不如小笔头 阅读(108) 评论(0) 推荐(0)