Example #1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            Form childForm = new MatchesSchedule();

            childForm.MdiParent = this;
            //childForm.Text = "Window " + childFormNumber++;
            childForm.Show();
        }
 private void toolStripButton1_Click(object sender, EventArgs e)
 {
     Form childForm = new MatchesSchedule();
     childForm.MdiParent = this;
     //childForm.Text = "Window " + childFormNumber++;
     childForm.Show();
 }