public static void PausePrintAsync() { ThreadPool.QueueUserWorkItem(_ => PausePrint()); } public...

Post on 03-Jan-2016

214 views 0 download