Exemplo n.º 1
0
 private void Start_english_InformationLayout(object sender, RoutedEventArgs e)
 {
     SwitchClasses.Switch(new WaterInformationViewEng());
 }
Exemplo n.º 2
0
 private void Start_german_InformationLayout(object sender, RoutedEventArgs e)
 {
     SwitchClasses.Switch(new GameMenu());
 }
Exemplo n.º 3
0
 public MainWindow()
 {
     InitializeComponent();
     SwitchClasses.pageSwitcher = this;
     SwitchClasses.Switch(new BodyView());
 }