Exemplo n.º 1
0
 private void RefreshAccountsView()
 {
     SmtpAccountsView.Refresh();
 }
Exemplo n.º 2
0
        private void SelectNewAccountInView()
        {
            var latestAccount = _smtpAccounts.Last();

            SmtpAccountsView.MoveCurrentTo(latestAccount);
        }