Example #1
0
 private int HandleTick(int ticks)
 {
     outerDialog.RaiseTickEvent(ticks);
     return(CoreErrorHelper.Ignored);
 }