摘要: 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 好记性不如小笔头 阅读(145) 评论(0) 推荐(0)
摘要: private delegate void AddRunTimeDelegate(string strTime); private void AddRunTime(string strTime) { if (textBoxTime.InvokeRequired) { AddRunTimeDelega 阅读全文
posted @ 2021-01-08 15:55 好记性不如小笔头 阅读(67) 评论(0) 推荐(0)
摘要: 选择新建的XML文件,右击属性,选择 阅读全文
posted @ 2021-01-08 15:41 好记性不如小笔头 阅读(108) 评论(0) 推荐(0)