Exemplo n.º 1
0
 void tsConfig_Click(object sender, EventArgs e)
 {
     frmExtensionList frmExtensionLoad = new frmExtensionList(ScriptPath);
     frmExtensionLoad.ShowDialog();
 }
Exemplo n.º 2
0
 private void configureExtensionsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     frmExtensionList frm = new frmExtensionList(Config.PathEditorScript);
     frm.ShowDialog();
 }
Exemplo n.º 3
0
        private void btnEditConfig_Click(object sender, EventArgs e)
        {
            frmExtensionList frm = new frmExtensionList(ScriptPath);

            frm.ShowDialog();
        }
Exemplo n.º 4
0
 private void btnEditConfig_Click(object sender, EventArgs e)
 {
     frmExtensionList frm = new frmExtensionList(ScriptPath);
     frm.ShowDialog();
 }