示例#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();
 }