摘要:
实现效果: 1,创建一个WinFrom程序 2,添加一个类库 3,类库中添加一个组件类 4,从工具箱中向组件类中拖拽一个ErrorProvider组件 代码部分: MyTextBox using System; using System.Collections.Generic; using Syst 阅读全文
摘要:
泛型方法 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Generic { class Pro 阅读全文