C# Class DmxPad.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
Show file Open project: Artfunkel/Datamodel.NET

Public Properties

Property Type Description
ChooseElement System.Windows.Input.RoutedCommand
CompareDatamodel System.Windows.Input.RoutedCommand
ShowChangesOnly System.Windows.Input.RoutedCommand
startArgs System.Windows.StartupEventArgs

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void
OnStartup ( System.Windows.StartupEventArgs e ) : void

Method Details

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void

OnStartup() protected method

protected OnStartup ( System.Windows.StartupEventArgs e ) : void
e System.Windows.StartupEventArgs
return void

Property Details

ChooseElement public static property

public static RoutedCommand,System.Windows.Input ChooseElement
return System.Windows.Input.RoutedCommand

CompareDatamodel public static property

public static RoutedCommand,System.Windows.Input CompareDatamodel
return System.Windows.Input.RoutedCommand

ShowChangesOnly public static property

public static RoutedCommand,System.Windows.Input ShowChangesOnly
return System.Windows.Input.RoutedCommand

startArgs public static property

public static StartupEventArgs,System.Windows startArgs
return System.Windows.StartupEventArgs