C# Class TSTool.Config

Exibir arquivo Open project: brightideainc/TSTool

Public Properties

Property Type Description
notifyIcon System.Windows.Forms.NotifyIcon

Public Methods

Method Description
GetApiClient ( string domain ) : RestSharp.RestClient
InitClient ( ) : void
SyncSettings ( ) : void
isSandboxDomain ( string domain ) : bool

Method Details

GetApiClient() public static method

public static GetApiClient ( string domain ) : RestSharp.RestClient
domain string
return RestSharp.RestClient

InitClient() public static method

public static InitClient ( ) : void
return void

SyncSettings() public static method

public static SyncSettings ( ) : void
return void

isSandboxDomain() public static method

public static isSandboxDomain ( string domain ) : bool
domain string
return bool

Property Details

notifyIcon public_oe static_oe property

public static NotifyIcon,System.Windows.Forms notifyIcon
return System.Windows.Forms.NotifyIcon