C# Class SoundBoard.AutoUpdate.Userinterface.UpdateWindow

Interaction logic for UpdateWindow.xaml
Inheritance: System.Windows.Window
ファイルを表示 Open project: jormenjanssen/Soundboard Class Usage Examples

Public Methods

Method Description
UpdateWindow ( ) : System

Protected Methods

Method Description
OnActivated ( EventArgs e ) : void
OnClosing ( System e ) : void

Private Methods

Method Description
SetUiDefaults ( ) : void

Method Details

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
return void

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void

UpdateWindow() public method

public UpdateWindow ( ) : System
return System