예제 #1
0
 public unsafe static long $Invoke1(long instance, long *args)
 {
     return(GCHandledObjects.ObjectToGCHandle(TimedEventUtils.GetSecondsRemaining((ITimedEventVO)GCHandledObjects.GCHandleToObject(*args))));
 }
예제 #2
0
 public static int GetStoreSecondsRemaining(ITimedEventVO vo)
 {
     return(TimedEventUtils.GetSecondsRemaining(vo) + vo.GetClosingDurationSeconds());
 }