예제 #1
0
 public static ActionItemFactory GetInstance()
 {
     if (itemFactory == null)
     {
         itemFactory = new ActionItemFactory();
     }
     return(itemFactory);
 }
예제 #2
0
        public void DoDestroy()
        {
            DoClear();

            itemFactory = null;
        }