コード例 #1
0
        private void Btn_Retour_Click(object sender, RoutedEventArgs e)
        {
            Planning wnd = new Planning(thedaoFacture, thedaoClient, thedaoSite, thedaoSalle, thedaoPartie, thedaoHoraire, thedaoObstacle, thedaoJoueur);

            wnd.Show();
            this.Close();
        }
コード例 #2
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            Planning subWindow = new Planning(thedaoFacture, thedaoClient, thedaoSite, thedaoSalle, thedaoPartie, thedaoHoraire, thedaoObstacle, thedaoJoueur);

            subWindow.Show();
            Close();
        }