public edit(int id, gestionFilm w) { InitializeComponent(); this.id = id; this.w = w; showFilm(); }
public add(gestionFilm w) { InitializeComponent(); film = new film(); this.w = w; start(); }
private void editfFilm(object sender, RoutedEventArgs e) { gestionFilm g = new gestionFilm(); g.Show(); }