Ejemplo n.º 1
0
 private void OnSaveBatch(object pObjSender, SaveBatchArgs pObjArgs)
 {
     if (pObjArgs != null)
     {
         AuctionHeader.SetNextBatchNumber();
         RightBatchForm.Print(pObjArgs.Batch);
         DisplayInBoardTwo(pObjArgs.Batch);
     }
 }
Ejemplo n.º 2
0
 private void btnPrint_Click(object pObjSender, RoutedEventArgs pObjArgs)
 {
     RightBatchForm.Print();
 }