Example #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            Billing bill = new Billing();

            bill.Show();
            this.Dispose();
        }
Example #2
0
        private void button2_Click_1(object sender, EventArgs e)
        {
            Billing trans = new Billing();

            trans.Show();
        }