Inheritance: GuiLabs.Undo.AbstractAction
Exemplo n.º 1
0
        static void SetConsoleColor(ConsoleColor color)
        {
            SetConsoleColorAction action = new SetConsoleColorAction(color);

            actionManager.RecordAction(action);
        }
Exemplo n.º 2
0
 static void SetConsoleColor(ConsoleColor color)
 {
     SetConsoleColorAction action = new SetConsoleColorAction(color);
     actionManager.RecordAction(action);
 }