C# Class PC.PowerBuddy.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Mostra file Open project: MetaFight/PowerBuddy

Public Methods

Method Description
MainWindow ( ) : System

Private Methods

Method Description
CenterNearMouse ( ) : void
GetHiddenState ( ) : System.Windows.VisualState
GoToHidden ( bool useTransition ) : void
HideFromAltTab ( ) : void
MoveCenterOfWindowTo ( double x, double y ) : void
Reveal ( ) : void
SetupTrayIcon ( ) : void
SkipToHidden ( ) : void
ToggleWindow ( ) : void
TransitionToHidden ( ) : void
window_Deactivated ( object sender, EventArgs e ) : void
window_Loaded ( object sender, System.Windows e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System