示例#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;
 }