Exemplo n.º 1
0
        private void txbCashGiven_Click(object sender, EventArgs e)
        {
            FormCalculator calculator = new FormCalculator(txbCashGiven);

            calculator.ShowDialog();
        }
Exemplo n.º 2
0
        private void txbCardNumber_Click(object sender, EventArgs e)
        {
            FormCalculator calculator = new FormCalculator(txbCardNumber);

            calculator.ShowDialog();
        }