Esempio n. 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UI = ((window_demo.bluetooth_devices)(target));
                return;

            case 2:
                this.unSecure = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 3:
                this.Secure = ((System.Windows.Controls.DataGrid)(target));
                return;

            case 4:
                this.pb = ((System.Windows.Controls.ProgressBar)(target));
                return;

            case 5:

            #line 32 "..\..\bluetooth_devices.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Save_button);

            #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.UI = ((window_demo.bluetooth_devices)(target));
     return;
     case 2:
     this.unSecure = ((System.Windows.Controls.DataGrid)(target));
     return;
     case 3:
     this.Secure = ((System.Windows.Controls.DataGrid)(target));
     return;
     case 4:
     this.pb = ((System.Windows.Controls.ProgressBar)(target));
     return;
     case 5:
     
     #line 32 "..\..\bluetooth_devices.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Save_button);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }