コード例 #1
0
ファイル: RealtimeProcess.cs プロジェクト: zhangxin8105/LGame
 public virtual RealtimeProcess Interrupt()
 {
     timer.Stop();
     return(this);
 }