예제 #1
0
        public EventTarget Avtive(CommandExecutionContext CmdExeCtx)
        {
            m_CmdExeCtx = CmdExeCtx;

            return OnAvtive();
        }
예제 #2
0
 public CommandState()
 {
     m_CmdExeCtx = null;
 }