c# why forms are openinig separately code example Example: start new form c# moreForm = new MoreForm(); moreForm.Show(); childForm.Close();