private void run(Plug p) { IPlugin obj = (IPlugin)Kit.CreateObject(p); textBox1.Text = obj.action(textBox1.Text); }