예제 #1
0
 private void RefreshAccountsView()
 {
     HttpAccountsView.Refresh();
 }
예제 #2
0
        private void SelectNewAccountInView()
        {
            var latestAccount = _httpAccounts.Last();

            HttpAccountsView.MoveCurrentTo(latestAccount);
        }