Exemplo n.º 1
0
        private void GoToNewAccount(object o)
        {
            var vc  = new NewAccountViewController();
            var nav = new ThemedNavigationController(vc);

            PresentViewController(nav, true, null);
        }
Exemplo n.º 2
0
 private void GoToNewAccount(object o)
 {
     var vc = new NewAccountViewController();
     var nav = new ThemedNavigationController(vc);
     PresentViewController(nav, true, null);
 }