Exemple #1
0
 /// <summary>
 ///   Sets the account name for all connections.  If user name is not set,
 ///   the user name of the process is used.
 /// </summary>
 /// <param name = "account">account name</param>
 public static void SetAccount(string account)
 {
     fDefaultLogin.SetAccount(account);
 }