C# Class Petzold.CommandTheMenu.CommandTheMenu

Inheritance: System.Windows.Window
Mostra file Open project: kasicass/kasicass

Public Methods

Method Description
CommandTheMenu ( ) : System

Private Methods

Method Description
CopyOnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
CutCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
CutOnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
DeleteOnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
Main ( ) : void
PasteCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
PasteOnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
RestoreOnExecute ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void

Method Details

CommandTheMenu() public method

public CommandTheMenu ( ) : System
return System