C# Класс GKeyBank.App

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

CollectionFileLoad() публичный статический Метод

Load the selected collection
public static CollectionFileLoad ( ) : bool
Результат bool

ConfigSet() публичный статический Метод

Write current config into file
public static ConfigSet ( ) : void
Результат void

LogAdd() публичный статический Метод

Add a row to the log
public static LogAdd ( string w ) : void
w string
Результат void

Start() публичный статический Метод

Load config file and start application
public static Start ( ) : void
Результат void

TryChangeCulture() публичный статический Метод

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
Результат bool