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