C# Class DropCounter.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: pashkov/Spontaneous

Méthodes publiques

Свойство Type Description
cmd_Decrease System.Windows.Input.RoutedUICommand
cmd_Increase System.Windows.Input.RoutedUICommand

Méthodes publiques

Méthode Description
MainWindow ( ) : System

Private Methods

Méthode Description
InitCommands ( ) : void
onDecrease ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
onIncrease ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void

Method Details

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System

Property Details

cmd_Decrease public_oe static_oe property

public static RoutedUICommand,System.Windows.Input cmd_Decrease
Résultat System.Windows.Input.RoutedUICommand

cmd_Increase public_oe static_oe property

public static RoutedUICommand,System.Windows.Input cmd_Increase
Résultat System.Windows.Input.RoutedUICommand