C# Class DropCounter.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: pashkov/Spontaneous

Public Properties

Property Type Description
cmd_Decrease System.Windows.Input.RoutedUICommand
cmd_Increase System.Windows.Input.RoutedUICommand

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method 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 method

public MainWindow ( ) : System
return System

Property Details

cmd_Decrease public_oe static_oe property

public static RoutedUICommand,System.Windows.Input cmd_Decrease
return System.Windows.Input.RoutedUICommand

cmd_Increase public_oe static_oe property

public static RoutedUICommand,System.Windows.Input cmd_Increase
return System.Windows.Input.RoutedUICommand