Esempio n. 1
0
 public MorsePlayer(IBeepEmitter be)
 {
     this.be    = be;
     loopThread = new Thread(new ThreadStart(Loop)); // null参照回避
     sw.Start();
 }
Esempio n. 2
0
 public MorsePlayer(IBeepEmitter be)
 {
     this.be = be;
     loopThread = new Thread(new ThreadStart(Loop)); // null参照回避
     sw.Start();
 }