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

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