示例#1
0
        private void Stats_Clicked(object sender, RoutedEventArgs e)
        {
            this.Hide();
            MatchStatisticWindow matchStatisticWindow = new MatchStatisticWindow(this);

            matchStatisticWindow.Show();
        }
示例#2
0
 public Window1(MatchStatisticWindow matchStatisticWindow)
 {
     InitializeComponent();
     this.matchStatisticWindow = matchStatisticWindow;
 }