private void fileNewMenutItem_Click(object sender, System.EventArgs e) { ScribbleForm f = new ScribbleForm(); f.MdiParent = this; f.Show(); }