C# Class GKeyBank.App

Afficher le fichier Open project: Alfred-Wallace/GKeyBank

Méthodes publiques

Méthode 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 méthode

Load the selected collection
public static CollectionFileLoad ( ) : bool
Résultat bool

ConfigSet() public static méthode

Write current config into file
public static ConfigSet ( ) : void
Résultat void

LogAdd() public static méthode

Add a row to the log
public static LogAdd ( string w ) : void
w string
Résultat void

Start() public static méthode

Load config file and start application
public static Start ( ) : void
Résultat void

TryChangeCulture() public static méthode

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
Résultat bool