예제 #1
0
 public void Stop()
 {
     IsRunning = false;
     Cor.Dispose();
     Host.Dispose();
 }