RemoteChannelVersionDialog
Inheritance: MahApps.Metro.Controls.MetroWindow, System.Windows.Markup.IComponentConnector
Esempio n. 1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RemoteChannel_VersionDialog = ((MetroDemo.ExampleWindows.RemoteChannelVersionDialog)(target));
                return;

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

            case 3:
                this.OkButton = ((System.Windows.Controls.Button)(target));

            #line 83 "..\..\..\..\Windows\RemoteMachinesDialog.xaml"
                this.OkButton.Click += new System.Windows.RoutedEventHandler(this.OkButton_Click);

            #line default
            #line hidden
                return;

            case 4:
                this.CancelButton = ((System.Windows.Controls.Button)(target));

            #line 84 "..\..\..\..\Windows\RemoteMachinesDialog.xaml"
                this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.RemoteChannel_VersionDialog = ((MetroDemo.ExampleWindows.RemoteChannelVersionDialog)(target));
                return;

            case 2:
                this.ChannelLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 3:
                this.ChannelSelection = ((System.Windows.Controls.ComboBox)(target));

            #line 76 "..\..\..\..\Windows\RemoteChannelVersionDialog - Copy.xaml"
                this.ChannelSelection.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ChannelSelection_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.VersionLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.VersionSelection = ((System.Windows.Controls.ComboBox)(target));
                return;

            case 6:
                this.OkButton = ((System.Windows.Controls.Button)(target));

            #line 82 "..\..\..\..\Windows\RemoteChannelVersionDialog - Copy.xaml"
                this.OkButton.Click += new System.Windows.RoutedEventHandler(this.OkButton_Click);

            #line default
            #line hidden
                return;

            case 7:
                this.CancelButton = ((System.Windows.Controls.Button)(target));

            #line 83 "..\..\..\..\Windows\RemoteChannelVersionDialog - Copy.xaml"
                this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RemoteChannel_VersionDialog = ((MetroDemo.ExampleWindows.RemoteChannelVersionDialog)(target));
     return;
     case 2:
     this.ChannelLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 3:
     this.ChannelSelection = ((System.Windows.Controls.ComboBox)(target));
     
     #line 76 "..\..\..\..\Windows\RemoteChannelVersionDialog.xaml"
     this.ChannelSelection.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.ChannelSelection_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 4:
     this.VersionLabel = ((System.Windows.Controls.Label)(target));
     return;
     case 5:
     this.VersionSelection = ((System.Windows.Controls.ComboBox)(target));
     return;
     case 6:
     this.OkButton = ((System.Windows.Controls.Button)(target));
     
     #line 82 "..\..\..\..\Windows\RemoteChannelVersionDialog.xaml"
     this.OkButton.Click += new System.Windows.RoutedEventHandler(this.OkButton_Click);
     
     #line default
     #line hidden
     return;
     case 7:
     this.CancelButton = ((System.Windows.Controls.Button)(target));
     
     #line 83 "..\..\..\..\Windows\RemoteChannelVersionDialog.xaml"
     this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.RemoteChannel_VersionDialog = ((MetroDemo.ExampleWindows.RemoteChannelVersionDialog)(target));
     return;
     case 2:
     this.txtBxAddMachines = ((System.Windows.Controls.TextBox)(target));
     return;
     case 3:
     this.OkButton = ((System.Windows.Controls.Button)(target));
     
     #line 83 "..\..\..\..\Windows\RemoteMachinesDialog.xaml"
     this.OkButton.Click += new System.Windows.RoutedEventHandler(this.OkButton_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.CancelButton = ((System.Windows.Controls.Button)(target));
     
     #line 84 "..\..\..\..\Windows\RemoteMachinesDialog.xaml"
     this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }