EasyText, EasyLicense 的作者, https://github.com/EasyHelper Good Good Study,Day Day Up.

 

摘要: 新建SL4 应用程序,在MainPage下添加代码: <Button x:Name="btnThread1" Click="btnThread1_Click">Thread1</Button> 后台代码为: private void btnThread1_Click(object sender, RoutedEventArgs e) { new Thread(() => { MessageBox.Show("Hello World"); }).Start(); }如果你运行程序,点击按钮,会得到下面的异 阅读全文
posted @ 2011-06-14 06:23 LoveJenny 阅读(2748) 评论(4) 推荐(9)
EasyText, EasyLicense 的作者, https://github.com/EasyHelper Good Good Study,Day Day Up.