C# Class CasualMeter.ShellView

Interaction logic for ShellView.xaml
Show file Open project: lunyx/CasualMeter

Public Methods

Method Description
ShellView ( ) : System

Protected Methods

Method Description
OnInitialized ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Method Description
CleanTempFolder ( ) : void
DeleteDirectory ( string targetDir ) : void
Exit_OnClick ( object sender, RoutedEventArgs e ) : void
ExportsDir_OnClick ( object sender, RoutedEventArgs e ) : void
FixTopPosition ( ) : void

Fixes the Top position of the Window. bug: this needs to happen when resuming Windows and unlocking the computer

LoadUiSettings ( ) : void
SaveUiSettings ( ) : void
SettingsButton_OnUnchecked ( object sender, RoutedEventArgs e ) : void
SettingsDir_OnClick ( object sender, RoutedEventArgs e ) : void
ShellView_OnIsVisibleChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SkillInfo_OnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
SystemEvents_PowerModeChanged ( object sender, Microsoft.Win32.PowerModeChangedEventArgs e ) : void
SystemEvents_SessionSwitch ( object sender, Microsoft.Win32.SessionSwitchEventArgs e ) : void

Method Details

OnInitialized() protected method

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

OnSourceInitialized() protected method

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

ShellView() public method

public ShellView ( ) : System
return System