コード例 #1
0
ファイル: PrintService.cs プロジェクト: titimar16/KitBox
 private void printHelper_OnPrintFailed()
 {
     NotificationToast.SimpleNotification("Print failed.");
     ReleasePrintHelper();
 }
コード例 #2
0
ファイル: PrintService.cs プロジェクト: titimar16/KitBox
 private void printHelper_OnPrintSucceeded()
 {
     NotificationToast.SimpleNotification("Print done.");
     ReleasePrintHelper();
 }