// Called when the start button is clicked. Go to the main window we'll be using // (probably a better way to do this than creating a new window but for now it works) private void Start_Click(object sender, RoutedEventArgs e) { OpenModeScreen mainWindow = new OpenModeScreen(); mainWindow.Show(); }