Exemplo n.º 1
0
        private void bt_POS_Click(object sender, EventArgs e)
        {
            Hide();
            POS pos = new POS();

            pos.ShowDialog();
        }
Exemplo n.º 2
0
 private void bt_POS_Click(object sender, EventArgs e)
 {
     Hide();
     POS pos = new POS();
     pos.ShowDialog();
 }