Example #1
0
 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]);
 }
Example #2
0
        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);
        }
Example #3
0
 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);
 }