C# Class Axiom.Demos.Browser.CommandLine.Program

Demo command line browser entry point.
This demo browser is implemented using a commandline interface.
Inheritance: IDisposable
Show file Open project: WolfgangSt/axiom

Public Methods

Method Description
Dispose ( ) : void
Run ( ) : void

Private Methods

Method Description
BuildExceptionString ( Exception exception ) : string
BuildInnerExceptionString ( Exception innerException ) : string
Main ( string args ) : void
_configure ( ) : bool
_setupResources ( ) : void

Loads default resource configuration if one exists.

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Run() public method

public Run ( ) : void
return void