private void RefreshAccountsView() { SmtpAccountsView.Refresh(); }
private void SelectNewAccountInView() { var latestAccount = _smtpAccounts.Last(); SmtpAccountsView.MoveCurrentTo(latestAccount); }