BeatsMusic.Importer.RdioLogin.System C# (CSharp) Метод

System() приватный Метод

private System ( int connectionId, object target ) : void
connectionId int
target object
Результат void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.txtPin = ((System.Windows.Controls.TextBox)(target));
            return;
            case 2:
            
            #line 22 "..\..\RdioLogin.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
            
            #line default
            #line hidden
            return;
            case 3:
            this.grdAlbums = ((System.Windows.Controls.Grid)(target));
            return;
            case 4:
            this.webBrowser = ((System.Windows.Controls.WebBrowser)(target));
            return;
            }
            this._contentLoaded = true;
        }
    }