Method | 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 | |
return | Account |
public RemoveAccount ( Account account ) : void | ||
account | Account | |
return | void |