Exemple #1
0
        private void btninfo_Click(object sender, EventArgs e)
        {
            this.Hide();
            ItemInfoForm iif = new ItemInfoForm();

            iif.Show();
        }
 private void btninfo_Click(object sender, EventArgs e)
 {
     this.Hide();
     ItemInfoForm iif = new ItemInfoForm();
     iif.Show();
 }