Exemplo n.º 1
0
 public AddCustomerForm(POS ps)
 {
     InitializeComponent();
     btnOk.Hide();
     refrence = ps;
 }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            POS ps = new POS(this);

            ps.Show();
        }