void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.LController = ((LL.Solutions.PMS.ConfigurationEditor.Views.LevelController)(target));
                return;

            case 2:
                this.txtLevelControllerNumber = ((System.Windows.Controls.TextBox)(target));
                return;

            case 3:
                this.txtLevelControllerIP = ((System.Windows.Controls.TextBox)(target));
                return;

            case 4:
                this.txtLevelSpaces = ((System.Windows.Controls.TextBox)(target));
                return;

            case 5:
                this.txtTotalZones = ((System.Windows.Controls.TextBox)(target));
                return;

            case 6:
                this.txtLevelDetectors = ((System.Windows.Controls.TextBox)(target));
                return;

            case 7:
                this.spZoneContoller = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 8:
                this.btnZone = ((System.Windows.Controls.Button)(target));

            #line 47 "..\..\..\Views\LevelController.xaml"
                this.btnZone.Click += new System.Windows.RoutedEventHandler(this.AddZone);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Esempio n. 2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.LController = ((LL.Solutions.PMS.ConfigurationEditor.Views.LevelController)(target));
     return;
     case 2:
     this.txtLevelControllerNumber = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.txtLevelControllerIP = ((System.Windows.Controls.TextBox)(target));
     return;
     case 4:
     this.txtLevelSpaces = ((System.Windows.Controls.TextBox)(target));
     return;
     case 5:
     this.txtTotalZones = ((System.Windows.Controls.TextBox)(target));
     return;
     case 6:
     this.txtLevelDetectors = ((System.Windows.Controls.TextBox)(target));
     return;
     case 7:
     this.spZoneContoller = ((System.Windows.Controls.StackPanel)(target));
     return;
     case 8:
     this.btnZone = ((System.Windows.Controls.Button)(target));
     
     #line 47 "..\..\..\Views\LevelController.xaml"
     this.btnZone.Click += new System.Windows.RoutedEventHandler(this.AddZone);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }