Exemplo n.º 1
0
        private void Button_Click_2(object sender, RoutedEventArgs e)
        {
            Window7 task1 = new Window7();

            this.Hide();
            task1.Show();
        }
Exemplo n.º 2
0
        private void buttonContextMenu_Click(object sender, RoutedEventArgs e)
        {
            Window7 window = new Window7();

            window.ShowDialog();
        }
Exemplo n.º 3
0
        private void Jyväskylä_Click(object sender, RoutedEventArgs e)
        {
            Window7 sääTiedot7 = new Window7();

            sääTiedot7.Show();
        }