Admin.MainWindow.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.TextBoxLogin = ((System.Windows.Controls.TextBox)(target));
            return;
            case 2:
            this.PasswordBoxHaslo = ((System.Windows.Controls.PasswordBox)(target));
            return;
            case 3:
            
            #line 10 "..\..\MainWindow.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.ButtonZaloguj);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }