Exemplo n.º 1
0
        public static CreateNewAccountWindow GetNewAccountWindow()
        {
            var ui = new CreateNewAccountWindow();

            ui.ContentFrame.Content = GetAddUserDetailsPage();
            return(ui);
        }
Exemplo n.º 2
0
 private CreateNewAccountService(CreateNewAccountWindow _Window)
 {
     Window = UICreatePage.GetNewAccountWindow();
 }