Exemple #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MW = ((Tischreservierung_Customer.MainWindow)(target));
                return;

            case 2:
                this.ContentC = ((System.Windows.Controls.ContentControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
Exemple #2
0
 public Ansicht2(MainWindow parent)
 {
     this.parent = parent;
     InitializeComponent();
 }