摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace WaitOne{ class Program { static void Main(string[] args) { Calculate calc = new Calculate(); Console.WriteLine("Result = {0}.", calc.Res... 阅读全文
posted @ 2013-07-22 23:39
louiskoo
阅读(235)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;namespace WaitOne{ class Program { static AutoResetEvent autoEvent = new AutoResetEvent(false); static void Main(string[] args) { Console.WriteLine("Main sta... 阅读全文
posted @ 2013-07-22 23:20
louiskoo
阅读(315)
评论(0)
推荐(0)

浙公网安备 33010602011771号