C# Class CCT.NUI.StartMenu.NotifyIconPresenter

Show file Open project: an83/KinectTouch2 Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
OnClose ( ) : void
OnShowSettings ( ) : void

Private Methods

Method Description
NotifyIconPresenter ( ) : System
buttonClose_Click ( object sender, EventArgs e ) : void
buttonSettings_Click ( object sender, EventArgs e ) : void
notifyIcon_DoubleClick ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnClose() protected method

protected OnClose ( ) : void
return void

OnShowSettings() protected method

protected OnShowSettings ( ) : void
return void