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

            FtpAccountsView.MoveCurrentTo(latestAccount);
        }