C# Class Prizm.Main.Forms.Parts.Inspection.CreateSpoolComponentDialog

Afficher le fichier Open project: AleksMorozova/prizm Class Usage Examples

Méthodes publiques

Méthode Description
CreateSpoolComponentDialog ( string elementNumber ) : System
SetupForm ( string elementNumber ) : void

Méthodes protégées

Méthode Description
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

acceptButton_Click ( object sender, EventArgs e ) : void

Setup of dialog testResult: if yes - spool was selected, no - component Dialog testResult is used in SearchPartForInspectionCommand

Method Details

CreateLocalizedItems() protected méthode

protected CreateLocalizedItems ( ) : List
Résultat List

CreateSpoolComponentDialog() public méthode

public CreateSpoolComponentDialog ( string elementNumber ) : System
elementNumber string
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

SetupForm() public méthode

public SetupForm ( string elementNumber ) : void
elementNumber string
Résultat void