C# Class PsHandler.UI.WindowMain

Interaction logic for WindowMain.xaml
Inheritance: System.Windows.Window
Mostra file Open project: kampiuceris/PsHandler Class Usage Examples

Public Properties

Property Type Description
IsClosing bool

Public Methods

Method Description
WindowMain ( ) : System

Protected Methods

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

Private Methods

Method Description
CheckAndFixStartingLocation ( System rectangle ) : bool
GetNotifyIconContextMenu ( ) : System.Windows.Controls.ContextMenu

Method Details

OnClosing() protected method

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

OnStateChanged() protected method

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

WindowMain() public method

public WindowMain ( ) : System
return System

Property Details

IsClosing public_oe property

public bool IsClosing
return bool