private void LoadPages(Character charToEdit) { backgroundPage = new BackgroundPage(charToEdit); classPage = new ClassPage(charToEdit); frame.Navigate(backgroundPage); }
private void LoadPages() { backgroundPage = new BackgroundPage(); classPage = new ClassPage(); frame.Navigate(backgroundPage); }