void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.location = ((ICSharpCode.SharpDevelop.Gui.OptionPanels.StorageLocationPicker)(target));
                return;

            case 2:
                this.editor = ((ICSharpCode.SharpDevelop.Gui.StringListEditorXaml)(target));
                return;
            }
            this._contentLoaded = true;
        }
Example #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.stringListEditor = ((ICSharpCode.SharpDevelop.Gui.StringListEditorXaml)(target));
                return;

            case 2:

            #line 25 "..\..\..\..\..\Src\Gui\Components\StringListEditorDialog.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }