摘要:
public void Test() { string s1 = "2013-10-01"; string s2 = "2013-10-06"; string interval = DateDiff(Convert.ToDateTime(s2), Convert.ToDateTime(s1)); Console.WriteLine(interval); Console.ReadLine(); } private string D... 阅读全文
posted @ 2013-10-22 16:21
沙耶
阅读(947)
评论(0)
推荐(0)
摘要:
主要针对问题:解决DLL循环调用的矛盾示例: private void buttonInsuranceClaims_Click(object sender, System.EventArgs e) { try { Assembly AdvanceAssembly = Assembly.Load("DMS.Insurance.UI"); Type t = AdvanceAssembly.GetType("DMS.Insurance.UI.InsureMgr.RF_Insu... 阅读全文
posted @ 2013-10-22 11:59
沙耶
阅读(331)
评论(0)
推荐(0)