C# 클래스 GKeyBank.App

파일 보기 프로젝트 열기: Alfred-Wallace/GKeyBank

공개 메소드들

메소드 설명
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