C# Class nHydrate.Generator.Common.Forms.NewModelForm

Mostra file Open project: nHydrate/nHydrate

Public Methods

Method Description
NewModelForm ( ) : System
NewModelForm ( string fileName ) : System

Protected Methods

Method Description
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.

SetFileContent ( Type type ) : void
SetVisualState ( ) : void
cmdOK_Click ( object sender, System e ) : void
lvModelTypes_SelectedIndexChanged ( object sender, System e ) : void

Method Details

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

NewModelForm() public method

public NewModelForm ( ) : System
return System

NewModelForm() public method

public NewModelForm ( string fileName ) : System
fileName string
return System