示例#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();
 }