03 2012 档案
摘要:1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Windows.Forms;4usingSystem.Drawing.Printing;5namespaceFindPrinterDemo6{7publicpartialclassDemo:Form8{9publicDemo()10{11this.Text="本地打印机列表";12ListBoxfListBox=newListBox();13fListBox.Dock=DockStyle.Fill;14foreach(StringfPrinterNamein
阅读全文