Example #1
0
        private void GoToNewAccount(object o)
        {
            var vc  = new NewAccountViewController();
            var nav = new ThemedNavigationController(vc);

            PresentViewController(nav, true, null);
        }
 private void GoToNewAccount(object o)
 {
     var vc = new NewAccountViewController();
     var nav = new ThemedNavigationController(vc);
     PresentViewController(nav, true, null);
 }