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

            SmtpAccountsView.MoveCurrentTo(latestAccount);
        }