KillGateway() private method

private KillGateway ( ) : void
return void
Esempio n. 1
0
 public static void RemoveAccount(Account account)
 {
     account.KillGateway();
     account.is_default_account = false;
     accounts.Remove(account);
     ReloadSofia();
 }
Esempio n. 2
0
 public static void RemoveAccount(Account account)
 {
     account.KillGateway();
     account.is_default_account = false;
     accounts.Remove(account);
     ReloadSofia();
 }