Advertisement
Itirican

Untitled

Jan 20th, 2020
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if (this.listBox1.SelectedIndex != -1)
  2. {
  3. Module.ExecuteScript(System.IO.File.ReadAllText("Workspace\\" + this.listBox1.SelectedItem.ToString()));
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement