예제 #1
0
파일: Timer.cs 프로젝트: nnoldman/FFF
 private Timer()
 {
     onEndCallback_ = new _ImportOnTimerEnd(_OnTimerEnd);
 }
예제 #2
0
파일: Timer.cs 프로젝트: nnoldman/FFF
 extern static IntPtr timer_wait(Int64 microseconds, _ImportOnTimerEnd onTimerEnd);