Bugzilla – Attachment 267281 Details for
Bug 447851
Make all provider tests pass
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
Printers example
printers.cs (text/plain), 532 bytes, created by
Mario Carrion
on 2009-01-23 15:14:35 UTC
(
hide
)
Description:
Printers example
Filename:
MIME Type:
Creator:
Mario Carrion
Created:
2009-01-23 15:14:35 UTC
Size:
532 bytes
patch
obsolete
>// gmcs -r:System.Drawing,System.Windows.Forms,System printers.cs > >using System; >using System.Drawing; >using System.Windows.Forms; > >namespace Example { > class PrintersForm : Form > { > public PrintersForm () : base () > { > Size = new Size (300, 300); > > Load += delegate (object sender, EventArgs args) { > foreach (string printer in System.Drawing.Printing.PrinterSettings.InstalledPrinters) > Console.WriteLine (printer); > }; > } > > static void Main (string []args) > { > Application.Run (new PrintersForm ()); > } > } >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 447851
:
263104
|
263332
|
266959
| 267281