示例#1
0
        private void atmInstances()
        {
            frmATM atm = new frmATM(ac, this);

            atm.setSemaphore(!dataRace);
            atm.ShowDialog();
        }
示例#2
0
        private void createATM()
        {
            frmATM atm = new frmATM(ac, this);

            atm.setSemaphore(!dataRace);
            atm.Show();
        }