huzige0265

导航

 

2017年3月14日

摘要: public class StringEventArgs : EventArgs //要继承EventArgs { public StringEventArgs(string aStrValue) { StrValue = aStrValue; } public string StrValue { 阅读全文
posted @ 2017-03-14 11:51 huzige0265 阅读(178) 评论(0) 推荐(0)
 
摘要: using System; namespace CommonLib{ /// <summary> /// CommonCode 的摘要说明。 /// </summary> [Serializable] public class CommonCode { private string m_ID = s 阅读全文
posted @ 2017-03-14 11:33 huzige0265 阅读(492) 评论(0) 推荐(0)
 
摘要: private List<GetNewDateDTO> Reflection() { object obj; Assembly assembly = Assembly.Load("NetGet.UI");//加载DLL,NetGet.UI 为类库名称 Type t = assembly.GetTyp 阅读全文
posted @ 2017-03-14 09:49 huzige0265 阅读(194) 评论(0) 推荐(0)
 
摘要: /// <summary> /// 删除后定位到某一行 /// </summary> /// <param name="aCode"></param> /// <returns></returns> public int LocateRow(string aCode) { var list = bi 阅读全文
posted @ 2017-03-14 09:46 huzige0265 阅读(286) 评论(0) 推荐(0)