C# Class Decchi.Globals

이 클래스는 싱글턴으로 설계되었습니다
Inheritance: System.Windows.DependencyObject
Datei anzeigen Open project: Usagination/Decchi

Private Properties

Property Type Description
Globals System
Object2String string
PropertyChangedCallback void
String2Object object

Public Methods

Method Description
LoadSettings ( ) : void
OpenWebSite ( string url ) : void

기본 브라우저에서 url을 엽니다.

SaveSettings ( ) : void

프로퍼티 뭉텅이를 저장합니다. 설정이 바뀌거나 프로그램이 종료되기 직전에 호출해주세요.

Private Methods

Method Description
Globals ( ) : System
Object2String ( object value ) : string
PropertyChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

WPF Binding 에서 프로퍼티 수정했을때 콜백되는 함수

String2Object ( string value, Type type ) : object

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

OpenWebSite() public static method

기본 브라우저에서 url을 엽니다.
public static OpenWebSite ( string url ) : void
url string 열고자 하는 주소
return void

SaveSettings() public method

프로퍼티 뭉텅이를 저장합니다. 설정이 바뀌거나 프로그램이 종료되기 직전에 호출해주세요.
public SaveSettings ( ) : void
return void