Exemple #1
0
        private void Match_Clicked(object sender, RoutedEventArgs e)
        {
            this.Hide();
            BasketballMatchWindow basketballMatchWindow = new BasketballMatchWindow(this);

            basketballMatchWindow.Show();
        }
Exemple #2
0
 public Window1(BasketballMatchWindow basketballMatchWindow)
 {
     InitializeComponent();
     this.basketballMatchWindow = basketballMatchWindow;
 }