Пример #1
0
 public bool Stop()
 {
     _stop = true;
     gameOutput.Add("game over");
     return(prog.EndThread() && threadThis.ThreadedResult());
 }