C# Class WoopsaAds.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, INotifyPropertyChanged
Datei anzeigen Open project: woopsa-protocol/Woopsa Class Usage Examples

Public Properties

Property Type Description
diagnostic DiagnosticWindow

Public Methods

Method Description
CloseWindow ( ) : void
InitWindow ( ) : void
MainWindow ( WoopsaAdsController controller ) : System.Collections.ObjectModel

Protected Methods

Method Description
OnClosing ( CancelEventArgs e ) : void

Private Methods

Method Description
ButtonAdd_Click ( object sender, RoutedEventArgs e ) : void
ButtonApply_Click ( object sender, RoutedEventArgs e ) : void
ButtonBrowse_Click ( object sender, RoutedEventArgs e ) : void
ButtonCancel_Click ( object sender, RoutedEventArgs e ) : void
ButtonDelete_Click ( object sender, RoutedEventArgs e ) : void
ConfigWoopsa_TabControl_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
DoPropertyChanged ( string propertyName ) : void
Hyperlink_RequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) : void
RegisterInStartup ( bool isChecked ) : void
plcParameterListBox_KeyDown ( object sender, System e ) : void

Method Details

CloseWindow() public method

public CloseWindow ( ) : void
return void

InitWindow() public method

public InitWindow ( ) : void
return void

MainWindow() public method

public MainWindow ( WoopsaAdsController controller ) : System.Collections.ObjectModel
controller WoopsaAdsController
return System.Collections.ObjectModel

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e System.ComponentModel.CancelEventArgs
return void

Property Details

diagnostic public_oe property

public DiagnosticWindow,WoopsaAds diagnostic
return DiagnosticWindow