Crisena Language
put words into my mouth and some in my brains
Pages
Home
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment