Beispiel #1
0
        void PopulateDropDownButton(ToolStripDropDownItem button, bool undo)
        {
            UndoRedoList undoRedoList = new UndoRedoList();

            undoRedoList.ShowList(button, undo, _undoManager);
        }
Beispiel #2
0
 void PopulateDropDownButton(ToolStripDropDownItem button, bool undo)
 {
     UndoRedoList undoRedoList = new UndoRedoList();
     undoRedoList.ShowList(button, undo, _undoManager);
 }