Leo

软件编程技术

导航

2014年5月11日

摘要: 1,自定义事件:publicclassTextChangeEventArgs : EventArgs{privatestringmessage;publicTextChangeEventArgs(stringmessage) {this.message = message; } publicstri... 阅读全文

posted @ 2014-05-11 00:49 Leo(binbin) 阅读(34264) 评论(1) 推荐(3)

摘要: this.Dispatcher.BeginInvoke(new Action(()=> this.textBlock1.Text = DateTime.Now.ToString("HH:mm:ss fff"); })); 阅读全文

posted @ 2014-05-11 00:42 Leo(binbin) 阅读(694) 评论(0) 推荐(1)

摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind... 阅读全文

posted @ 2014-05-11 00:21 Leo(binbin) 阅读(1358) 评论(0) 推荐(1)

点击这里给我发消息