Method | Description | |
---|---|---|
Log ( string message ) : void |
Writes a message in the status area
|
|
MainWindow ( ) : SampleUserControlLibrary |
Constructor to initialize the Main Window
|
public Log ( string message ) : void | ||
message | string | The message to log |
return | void |
public MainWindow ( ) : SampleUserControlLibrary | ||
return | SampleUserControlLibrary |