04 2014 档案
摘要:方法A:Action f = () => { txtProcess.Text = "开始更新程序..."; };方法B: this.Dispatcher.Invoke((Action)delegate { this.loginBusyIndicator.IsBusy = false; loginIm...
阅读全文
摘要:TimeSpan 是结构类型(struct),即值类型,可以通过两个DateTime(struct)之差来获得,如下例子:DateTime departure = new DateTime(2010, 6, 12, 18, 32, 0);//DateTimeDateTime arrival = ne...
阅读全文
摘要:http://blog.csdn.net/sq_zhuyi/article/details/6869661
阅读全文
摘要:http://www.cnblogs.com/hiyz/archive/2012/07/12/2587458.html
阅读全文