Example #1
0
 private void btnStandings_Click(object sender, EventArgs e)
 {
     if (frmStandings != null)
     {
         frmStandings.Close();
     }
     frmStandings           = new FormStandings();
     frmStandings.MdiParent = this;
     frmStandings.Show();
 }