Beispiel #1
0
        private void btnDiscount_Click(object sender, EventArgs e)
        {
            FormDiscount sForm = new FormDiscount();

            sForm.ShowDialog();
        }