Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 469 Bytes

PrintHelper

Description

  • Visual Studio 2015 C# Universal App application that uses a helper printing method that supports async/await.

Motivation

  • Printing data can be a complex task.
  • The printing API for Universal Apps is event-based and does not support async/await.
  • This helper wraps the printing API so that it can be used to print collections of data (e.g. list of customers) in a simple way.

License

MIT