Pages

Sunday, March 20, 2011

C# 4: Parent and Child Form


private void windowToolStripMenuItem_Click(object sender, EventArgs e)
{
Form3 newform3 = new Form3();
newform3.Show();
}

No comments:

Post a Comment