private void dLCEditorToolStripMenuItem_Click(object sender, EventArgs e) { DLCExplorer expl = new DLCExplorer(); lang.SetLang(expl); expl.MdiParent = this; expl.WindowState = FormWindowState.Maximized; expl.Show(); taskbar.AddTool(expl, imageList1.Images[12]); }
private void dLCEditorToolStripMenuItem_Click(object sender, EventArgs e) { DLCExplorer expl = new DLCExplorer(); lang.SetLang(expl); expl.MdiParent = this; expl.WindowState = FormWindowState.Maximized; expl.Show(); taskbar.AddTool(expl, Properties.Resources.dlc_basiceditor_64x64); }