C# Class QL.MainForm

Datei anzeigen Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
MainForm ( ) : System
WriteErrorLabel ( string error, bool isWarning = false ) : void
WriteMessage ( string message ) : void

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.

btnGenerate_Click ( object sender, EventArgs e ) : void
btnParse_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

MainForm() public method

public MainForm ( ) : System
return System

WriteErrorLabel() public method

public WriteErrorLabel ( string error, bool isWarning = false ) : void
error string
isWarning bool
return void

WriteMessage() public method

public WriteMessage ( string message ) : void
message string
return void