C# Class WPFTaskbarNotifierExample.Window1

An example window that adds content to the TaskbarNotifier and changes its settings.
Inheritance: System.Windows.Window
Mostrar archivo Open project: dv00d00/BinaryStudio.TaskManager

Public Methods

Method Description
Window1 ( ) : System

Protected Methods

Method Description
OnClosing ( System args ) : void

Private Methods

Method Description
Add_Click ( object sender, EventArgs e ) : void
ClearAll_Click ( object sender, EventArgs e ) : void
ClearTextBoxes ( ) : void
NotifyIconConfigure_Click ( object sender, RoutedEventArgs e ) : void
NotifyIconExit_Click ( object sender, RoutedEventArgs e ) : void
NotifyIconOpen_Click ( object sender, RoutedEventArgs e ) : void
NotifyIcon_DoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

OnClosing() protected method

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

Window1() public method

public Window1 ( ) : System
return System