예제 #1
0
파일: Invoker.cs 프로젝트: wertkh32/gg
 public static Invoker GetInstance()
 {
     if (invoker == null)
         invoker = new Invoker();
     return invoker;
 }
예제 #2
0
 private void BeginLogic()
 {
     CmdInvoker = Invoker.GetInstance();
     InitTagList();
 }