예제 #1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UI = ((window_demo.wireless_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:

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

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
예제 #2
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UI = ((window_demo.wireless_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:
     
     #line 27 "..\..\wireless_devices.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Save_button);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }