C# Class CmisSync.SettingController

Controller for the Setting dialog.
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
CheckLogin ( bool check ) : void
CheckProxyCustom ( ) : void
CheckProxyNone ( ) : void
CheckProxySystem ( ) : void
GetServer ( string server ) : string
HideWindow ( ) : void
SettingController ( ) : System

Constructor.

ShowWindow ( ) : void
ValidateServer ( string server ) : void

Method Details

CheckLogin() public méthode

public CheckLogin ( bool check ) : void
check bool
Résultat void

CheckProxyCustom() public méthode

public CheckProxyCustom ( ) : void
Résultat void

CheckProxyNone() public méthode

public CheckProxyNone ( ) : void
Résultat void

CheckProxySystem() public méthode

public CheckProxySystem ( ) : void
Résultat void

GetServer() public méthode

public GetServer ( string server ) : string
server string
Résultat string

HideWindow() public méthode

public HideWindow ( ) : void
Résultat void

SettingController() public méthode

Constructor.
public SettingController ( ) : System
Résultat System

ShowWindow() public méthode

public ShowWindow ( ) : void
Résultat void

ValidateServer() public méthode

public ValidateServer ( string server ) : void
server string
Résultat void