예제 #1
0
        public static CreateNewAccountWindow GetNewAccountWindow()
        {
            var ui = new CreateNewAccountWindow();

            ui.ContentFrame.Content = GetAddUserDetailsPage();
            return(ui);
        }
예제 #2
0
 private CreateNewAccountService(CreateNewAccountWindow _Window)
 {
     Window = UICreatePage.GetNewAccountWindow();
 }