Ejemplo n.º 1
0
 void ExecutableFileScript_Click(object sender, EventArgs e)
 {
     Executable.Script cmd = (Executable.Script)((ToolStripMenuItem)sender).Tag;
     cmd.Run(Path.GetFileNameWithoutExtension(listFiles.SelectedItems[0].Text));
 }
Ejemplo n.º 2
0
 void ExecutableScript_Click(object sender, EventArgs e)
 {
     Executable.Script cmd = (Executable.Script)((ToolStripMenuItem)sender).Tag;
     cmd.Run("");
 }