C# Class BatchGuy.Program

Show file Open project: yaboy58/BatchGuy

Public Properties

Property Type Description
_log log4net.ILog

Public Methods

Method Description
DialogInitialDirectoryChangedHandler ( object sender, DialogInitialDirectoryChangedEventArgs e ) : void
GetApplicationTag ( ) : string
GetApplicationVersion ( ) : string
GetLogErrorFormat ( ) : string

Private Methods

Method Description
DisableAllForms ( ) : void
LoadApplicationSettings ( ) : void
LoadLoggingService ( ) : void
Main ( ) : void

Method Details

DialogInitialDirectoryChangedHandler() public static method

public static DialogInitialDirectoryChangedHandler ( object sender, DialogInitialDirectoryChangedEventArgs e ) : void
sender object
e BatchGuy.App.Shared.Events.DialogInitialDirectoryChangedEventArgs
return void

GetApplicationTag() public static method

public static GetApplicationTag ( ) : string
return string

GetApplicationVersion() public static method

public static GetApplicationVersion ( ) : string
return string

GetLogErrorFormat() public static method

public static GetLogErrorFormat ( ) : string
return string

Property Details

_log public static property

public static ILog,log4net _log
return log4net.ILog