Пример #1
0
 public ajouterSociete(societeControl societeControl)
 {
     WindowStartupLocation     = System.Windows.WindowStartupLocation.CenterScreen;
     this.parentSocieteControl = (societeControl)societeControl;
     InitializeComponent();
 }
Пример #2
0
        private void societeBouton_Click(object sender, RoutedEventArgs e)
        {
            societeControl sc = new societeControl();

            this.mainContentControl.Content = sc;
        }