private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();
            POS P = new POS();

            P.ShowDialog();
        }
Exemple #2
0
        private void POSREPORT_FormClosing(object sender, FormClosingEventArgs e)
        {
            this.Hide();
            POS x = new POS();

            x.Show();
        }