C# Class DmxPad.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
ファイルを表示 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_oe static_oe property

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

CompareDatamodel public_oe static_oe property

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

ShowChangesOnly public_oe static_oe property

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

startArgs public_oe static_oe property

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