摘要:
Dictionary GetAllPrinterQueues(){ RaiseLog("Getting print queue counts"); Dictionary TempDict =new Dictionary(); PrintServer myPrintServer =new PrintServer(); // Get all the printers installed on this PC // List the print server's queues PrintQueueCollection myPrintQueues = myPrintServ 阅读全文