Méthode | Description | |
---|---|---|
AccountManager ( ) : System | ||
AddAccount ( ) : Account | ||
FindAccount ( string strJID ) : Account | ||
Load ( string strAccountFile ) : bool | ||
RemoveAccount ( Account account ) : void | ||
Save ( ) : void | ||
SaveAs ( string strFilePath ) : void |
public FindAccount ( string strJID ) : Account | ||
strJID | string | |
Résultat | Account |
public Load ( string strAccountFile ) : bool | ||
strAccountFile | string | |
Résultat | bool |
public RemoveAccount ( Account account ) : void | ||
account | Account | |
Résultat | void |
public SaveAs ( string strFilePath ) : void | ||
strFilePath | string | |
Résultat | void |