C# Class Binboo.BinbooMainForm

Inheritance: System.Windows.Forms.Form, IMenuContainer
Show file Open project: adrianoc/binboo

Public Methods

Method Description
Add ( string desc, System.Action action ) : void
BinbooMainForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( System e ) : void
OnShown ( EventArgs e ) : void

Private Methods

Method Description
Attached ( object sender, EventArgs e ) : void
Catalog ( ) : ComposablePartCatalog
Error ( object sender, ErrorEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InitializeUI ( ) : void
OnPowerModeChanged ( object sender, Microsoft.Win32.PowerModeChangedEventArgs e ) : void
Quit ( object sender, EventArgs e ) : void
RegisterForSleepModeNotifications ( ) : void
popupOptions_Click ( object sender, EventArgs e ) : void

Method Details

Add() public method

public Add ( string desc, System.Action action ) : void
desc string
action System.Action
return void

BinbooMainForm() public method

public BinbooMainForm ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnClosing() protected method

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

OnShown() protected method

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