private void button2_Click(object sender, EventArgs e) { string script = richTextBox1.Text; dll.Execute(script); }