B M
public void button1_Click(object sender, EventArgs e)
{
Form1 f1 = new Form1();
f1.DrawString();
}