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

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