C# 클래스 TSTool.Config

파일 보기 프로젝트 열기: brightideainc/TSTool

공개 프로퍼티들

프로퍼티 타입 설명
notifyIcon System.Windows.Forms.NotifyIcon

공개 메소드들

메소드 설명
GetApiClient ( string domain ) : RestSharp.RestClient
InitClient ( ) : void
SyncSettings ( ) : void
isSandboxDomain ( string domain ) : bool

메소드 상세

GetApiClient() 공개 정적인 메소드

public static GetApiClient ( string domain ) : RestSharp.RestClient
domain string
리턴 RestSharp.RestClient

InitClient() 공개 정적인 메소드

public static InitClient ( ) : void
리턴 void

SyncSettings() 공개 정적인 메소드

public static SyncSettings ( ) : void
리턴 void

isSandboxDomain() 공개 정적인 메소드

public static isSandboxDomain ( string domain ) : bool
domain string
리턴 bool

프로퍼티 상세

notifyIcon 공개적으로 정적으로 프로퍼티

public static NotifyIcon,System.Windows.Forms notifyIcon
리턴 System.Windows.Forms.NotifyIcon