Exemplo n.º 1
0
 /// <summary>
 /// Constructor</summary>
 public CommandHistory()
 {
     m_commands = new List<Command>();
     m_commandCount = new CommandCount();
     m_commandCount.DirtyChanged += commandCount_DirtyChanged;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Constructor</summary>
 public CommandHistory()
 {
     m_commands     = new List <Command>();
     m_commandCount = new CommandCount();
     m_commandCount.DirtyChanged += commandCount_DirtyChanged;
 }