Exemple #1
0
 //====================================================================================================
 private void btnShowMediumInfo_Click(object sender, EventArgs e)
 {
     MediumInfo mediumForm = new MediumInfo();
     mediumForm.Show();
 }
Exemple #2
0
        //====================================================================================================
        private void btnShowMediumInfo_Click(object sender, EventArgs e)
        {
            MediumInfo mediumForm = new MediumInfo();

            mediumForm.Show();
        }