摘要:
在Silverlight中,使用Thread,Timer,BackgrouWorker,ThreadPool可以实现多线程开发。但是随之而来的问题是如何跨线程访问资源呢?下面先以Timer计时器为例讲解:示例1、Timer.xaml1<UserControlx:Class="ThreadDemo.Timer"2xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"3xmlns:x="http://schemas.microsoft.com/winfx/2006/x 阅读全文
posted @ 2012-03-14 09:35
李明杨
阅读(2569)
评论(4)
推荐(4)
浙公网安备 33010602011771号