예제 #1
0
 public void SetOnCloseEvent(onCloseDelegate function)
 {
     onCloseAction = function;
 }
예제 #2
0
 public void Reset()
 {
     cList.Clear();
     gList.Clear();
     onCloseAction = null;
     performAction = null;
     bIsExitEnabled = true;
 }