C# Class Watchog.UI.App

Interaction logic for App.xaml
Inheritance: System.Windows.Application
显示文件 Open project: alongubkin/watchog

Public Methods

Method Description
App ( ) : System

Protected Methods

Method Description
OnExit ( System.Windows.ExitEventArgs e ) : void

Private Methods

Method Description
NotifyIconOnMouseClick ( object sender, MouseEventArgs mouseEventArgs ) : void

Method Details

App() public method

public App ( ) : System
return System

OnExit() protected method

protected OnExit ( System.Windows.ExitEventArgs e ) : void
e System.Windows.ExitEventArgs
return void