Пример #1
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            this.Hide();
            CompetitionWindow competitionWindow = new CompetitionWindow(this);

            competitionWindow.Show();
        }
Пример #2
0
 public Window1(CompetitionWindow competitionWindow)
 {
     InitializeComponent();
     this.competitionWindow = competitionWindow;
 }