Beispiel #1
0
        private void btnShowPOS_Click(object sender, EventArgs e)
        {
            posForm objPOS = new posForm(null);

            objPOS.ShowDialog();
            this.Hide();
        }