C# Class Binboo.BinbooMainForm

Inheritance: System.Windows.Forms.Form, IMenuContainer
Afficher le fichier Open project: adrianoc/binboo

Méthodes publiques

Méthode Description
Add ( string desc, System.Action action ) : void
BinbooMainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public Add ( string desc, System.Action action ) : void
desc string
action System.Action
Résultat void

BinbooMainForm() public méthode

public BinbooMainForm ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnClosing() protected méthode

protected OnClosing ( System e ) : void
e System
Résultat void

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e System.EventArgs
Résultat void