10 2009 档案

摘要:using System;using System.Text;using System.Threading;namespace ThreadTest{ class Program { static void Main(string[] args) { Student student = new Student(); new Thread(new ThreadStart(new Thread1(st... 阅读全文
posted @ 2009-10-27 11:40 弹着钢琴设计