C# Class mybox.ClientSetup

Command line executable for configuring the client
Show file Open project: jonocodes/mybox

Public Methods

Method Description
ClientSetup ( ) : System

Private Methods

Method Description
Main ( string args ) : void
gatherInput ( ) : void
logToConsole ( String message ) : void

This will be hooked into the event handler in the MyWorker class and will make sure that the message is logged to the GUI

saveConfig ( ) : bool

Method Details

ClientSetup() public method

public ClientSetup ( ) : System
return System