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