コード例 #1
0
 void temp()
 {
     Communication c = new Communication();
     Thread threadStart = new Thread(new ThreadStart(c.startTread(this)));
 }