示例#1
0
        void tsConfig_Click(object sender, EventArgs e)
        {
            frmExtensionList frmExtensionLoad = new frmExtensionList(ScriptPath);

            frmExtensionLoad.ShowDialog();
        }
示例#2
0
文件: frmMain.cs 项目: Venseer/tools
        private void configureExtensionsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmExtensionList frm = new frmExtensionList(Config.PathEditorScript);

            frm.ShowDialog();
        }