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