Static Private Member Functions | |
| static void | Main () |
| The Main routine. | |
Static Private Attributes | |
| static readonly ILog | log = LogManager.GetLogger(typeof(Program)) |
| A private Logger. | |
| static void ServicesCtl.Program.Main | ( | ) | [static, private] |
The Main routine.
This method configures the Logger and creates a Controller. The Controller handles all UI Stuff.
readonly ILog ServicesCtl.Program.log = LogManager.GetLogger(typeof(Program)) [static, private] |
A private Logger.
1.5.2