private void button1_Click(object sender, EventArgs e) { this.Hide(); POS P = new POS(); P.ShowDialog(); }
private void POSREPORT_FormClosing(object sender, FormClosingEventArgs e) { this.Hide(); POS x = new POS(); x.Show(); }