Exemplo n.º 1
0
 private void emptyStoredNotesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (Payout != null)
     {
         Payout.EmptyPayoutDevice(textBox1);
     }
 }
Exemplo n.º 2
0
 private void btnEmpty_Click(object sender, EventArgs e)
 {
     Payout.EmptyPayoutDevice(textBox1);
 }