摘要: public static string InvokeStopwatch(Action function) { System.Diagnostics.Stopwatch sw = new System.Diagnostics.Stopwatch(); sw.Start(); //开始执行业务代码 ... 阅读全文
posted @ 2017-11-20 16:02 会弹猫的吉他 阅读(182) 评论(0) 推荐(0) 编辑
摘要: using Lba_Ciac; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; namespace Lbb.Cx.Ciac.Utility { public class WaitingFormHelper ... 阅读全文
posted @ 2017-11-20 15:18 会弹猫的吉他 阅读(236) 评论(0) 推荐(0) 编辑