C# Class GKeyBank.App

显示文件 Open project: Alfred-Wallace/GKeyBank

Public Methods

Method Description
CollectionFileLoad ( ) : bool

Load the selected collection

ConfigSet ( ) : void

Write current config into file

LogAdd ( string w ) : void

Add a row to the log

Start ( ) : void

Load config file and start application

TryChangeCulture ( string newCulture ) : bool

Try to change the current culture, return false is there was a problem, display the error to user

Method Details

CollectionFileLoad() public static method

Load the selected collection
public static CollectionFileLoad ( ) : bool
return bool

ConfigSet() public static method

Write current config into file
public static ConfigSet ( ) : void
return void

LogAdd() public static method

Add a row to the log
public static LogAdd ( string w ) : void
w string
return void

Start() public static method

Load config file and start application
public static Start ( ) : void
return void

TryChangeCulture() public static method

Try to change the current culture, return false is there was a problem, display the error to user
public static TryChangeCulture ( string newCulture ) : bool
newCulture string
return bool