예제 #1
0
        public edit(int id, gestionFilm w)
        {
            InitializeComponent();

            this.id = id;
            this.w  = w;
            showFilm();
        }
예제 #2
0
        public add(gestionFilm w)
        {
            InitializeComponent();

            film   = new film();
            this.w = w;
            start();
        }
예제 #3
0
        private void editfFilm(object sender, RoutedEventArgs e)
        {
            gestionFilm g = new gestionFilm();

            g.Show();
        }