Method | Description | |
---|---|---|
MainForm ( ) : System | ||
WriteErrorLabel ( string error, bool isWarning = false ) : void | ||
WriteMessage ( string message ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
btnGenerate_Click ( object sender, EventArgs e ) : void | ||
btnParse_Click ( object sender, EventArgs e ) : void |
public WriteErrorLabel ( string error, bool isWarning = false ) : void | ||
error | string | |
isWarning | bool | |
return | void |
public WriteMessage ( string message ) : void | ||
message | string | |
return | void |