//SETTINGS
        private void btnSettings_Click(object sender, EventArgs e)
        {
            Voucher_Type_Settings vtp = new Voucher_Type_Settings();

            vtp.ShowDialog();
        }
Example #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            Voucher_Type_Settings vts = new Voucher_Type_Settings();

            vts.ShowDialog();
        }