MetroDemo.ExampleWindows.LanguagesDialog.System C# (CSharp) Méthode

System() private méthode

private System ( int connectionId, object target ) : void
connectionId int
target object
Résultat void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.LanguagesSelectionDialog = ((MetroDemo.ExampleWindows.LanguagesDialog)(target));
            
            #line 21 "..\..\..\..\Windows\Information.xaml"
            this.LanguagesSelectionDialog.Loaded += new System.Windows.RoutedEventHandler(this.LanguagesDialog_OnLoaded);
            
            #line default
            #line hidden
            return;
            case 2:
            this.LanguageList = ((System.Windows.Controls.DataGrid)(target));
            return;
            case 3:
            this.OkButton = ((System.Windows.Controls.Button)(target));
            
            #line 79 "..\..\..\..\Windows\Information.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 80 "..\..\..\..\Windows\Information.xaml"
            this.CancelButton.Click += new System.Windows.RoutedEventHandler(this.CancelButton_OnClick);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }