コード例 #1
0
 internal void button_printCheque_Click()
 {
     try {
         paymentManagerImpl.printCheque();
     } catch (Exception) {
     }
 }