public AddCustomerForm(POS ps) { InitializeComponent(); btnOk.Hide(); refrence = ps; }
private void button3_Click(object sender, EventArgs e) { POS ps = new POS(this); ps.Show(); }