Esempio n. 1
0
 private void emptyNoteFloatToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     if (NV11 != null)
     {
         // make sure payout is switched on
         NV11.EnablePayout();
         NV11.EmptyPayoutDevice(textBox1);
     }
 }
Esempio n. 2
0
 private void emptyStoredNotesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (NV11 != null)
     {
         // make sure payout is switched on
         NV11.EnablePayout();
         NV11.EmptyPayoutDevice();
     }
 }
Esempio n. 3
0
 private void btnNoteFloatStackAll_Click(object sender, EventArgs e)
 {
     NV11.EmptyPayoutDevice(textBox1);
 }