private void GoToAccounts(object o) { var vc = new AccountsViewController(); var nav = new ThemedNavigationController(vc); PresentViewController(nav, true, null); }
public EditSource(AccountsViewController dvc) : base(dvc) { }