private void gUIDEditorToolStripMenuItem_Click(object sender, EventArgs e) { var tool = new GUIDCacheEditor.GUIDCacheEditor(); OpenMaximized(tool); taskbar.AddTool(tool, Properties.Resources.GUIDcache_editor_64x64); }