示例#1
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.window = ((ICSharpCode.SharpDevelop.Gui.OptionPanels.SelectCulturePanel)(target));
                return;

            case 2:
                this.listView = ((System.Windows.Controls.ListView)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.window = ((ICSharpCode.SharpDevelop.Gui.OptionPanels.SelectCulturePanel)(target));
     return;
     case 2:
     this.listView = ((System.Windows.Controls.ListView)(target));
     return;
     }
     this._contentLoaded = true;
 }