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

Mostrar archivo Open project: AleksMorozova/prizm Class Usage Examples

Public Methods

Method Description
CreateSpoolComponentDialog ( string elementNumber ) : System
SetupForm ( string elementNumber ) : void

Protected Methods

Method Description
CreateLocalizedItems ( ) : List
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

protected CreateLocalizedItems ( ) : List
return List

CreateSpoolComponentDialog() public method

public CreateSpoolComponentDialog ( string elementNumber ) : System
elementNumber string
return System

Dispose() protected method

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

SetupForm() public method

public SetupForm ( string elementNumber ) : void
elementNumber string
return void