示例#1
0
        private void championLToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form champion = new ChampLeagueResult();

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