Esempio n. 1
0
 public InputPanel() {
     DoCommands = new AutoTrimmingStack<ICommand>(100);
     UndoCommands = new AutoTrimmingStack<ICommand>(100);
     Focusable = false;
 }
Esempio n. 2
0
 public InputPanel()
 {
     DoCommands   = new AutoTrimmingStack <ICommand>(100);
     UndoCommands = new AutoTrimmingStack <ICommand>(100);
     Focusable    = false;
 }