Exemplo n.º 1
0
		public override void Run()		
		{
			using (ConfigureSideBarDialog configureSideBarDialog = new ConfigureSideBarDialog()) {
				if (configureSideBarDialog.ShowDialog(SD.WinForms.MainWin32Window) == DialogResult.OK) {
					ToolboxProvider.ReloadSideTabs(true);
				}
			}
		}
Exemplo n.º 2
0
		public override void Run()		
		{
			using (ConfigureSideBarDialog configureSideBarDialog = new ConfigureSideBarDialog()) {
				if (configureSideBarDialog.ShowDialog(ICSharpCode.SharpDevelop.Gui.WorkbenchSingleton.MainWin32Window) == DialogResult.OK) {
					ToolboxProvider.ReloadSideTabs(true);
				}
			}
		}