Beispiel #1
0
        public void Test()
        {
            history = new MacroCommand();
            draw    = new DrawConsole(history);

            mouseDragged();
            mouseDragged();
            mouseDragged();

            Console.WriteLine();

            draw.paint();
        }
Beispiel #2
0
 public DrawConsole(MacroCommand history)
 {
     this.history = history;
 }