public ajouterSociete(societeControl societeControl) { WindowStartupLocation = System.Windows.WindowStartupLocation.CenterScreen; this.parentSocieteControl = (societeControl)societeControl; InitializeComponent(); }
private void societeBouton_Click(object sender, RoutedEventArgs e) { societeControl sc = new societeControl(); this.mainContentControl.Content = sc; }