C# Class TSTool.Config

Afficher le fichier Open project: brightideainc/TSTool

Méthodes publiques

Свойство Type Description
notifyIcon System.Windows.Forms.NotifyIcon

Méthodes publiques

Méthode Description
GetApiClient ( string domain ) : RestSharp.RestClient
InitClient ( ) : void
SyncSettings ( ) : void
isSandboxDomain ( string domain ) : bool

Method Details

GetApiClient() public static méthode

public static GetApiClient ( string domain ) : RestSharp.RestClient
domain string
Résultat RestSharp.RestClient

InitClient() public static méthode

public static InitClient ( ) : void
Résultat void

SyncSettings() public static méthode

public static SyncSettings ( ) : void
Résultat void

isSandboxDomain() public static méthode

public static isSandboxDomain ( string domain ) : bool
domain string
Résultat bool

Property Details

notifyIcon public_oe static_oe property

public static NotifyIcon,System.Windows.Forms notifyIcon
Résultat System.Windows.Forms.NotifyIcon