C# Class Canguro.Commands.Forms.CommandToolbox

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: rforsbach/Treu-Structure

Méthodes publiques

Méthode Description
CommandToolbox ( MainFrm mainFrm ) : System
SetComboItems ( string items ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CommandToolbox_FormClosing ( object sender, FormClosingEventArgs e ) : void
InitializeComponent ( ) : void

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

Method Details

CommandToolbox() public méthode

public CommandToolbox ( MainFrm mainFrm ) : System
mainFrm MainFrm
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

SetComboItems() public méthode

public SetComboItems ( string items ) : void
items string
Résultat void