switch to Unix line terminators
[mono.git] / mcs / class / System.Drawing / System.Drawing.Printing / StandardPrintController.cs
1 //
2 // System.Drawing.StandardPrintController.cs
3 //
4 // Author:
5 //   Dennis Hayes (dennish@Raytek.com)
6 //
7 // (C) 2002 Ximian, Inc
8 //
9 using System;
10
11 namespace System.Drawing.Printing {
12         /// <summary>
13         /// Summary description for StandardPrintController.
14         /// </summary>
15         public class StandardPrintController : PrintController {
16 //              [MonoTODO]
17 //              public StandardPrintController() {
18 //                      throw new NotImplementedException ();
19 //              }
20 //              [MonoTODO]
21 //              public override void OnEndPage(PrintDocument document, PrintPageEventArgs e){
22 //                      throw new NotImplementedException ();
23 //              }
24 //              [MonoTODO]
25 //              public override void OnStartPrint(PrintDocument document, PrintPageEventArgs e){
26 //                      throw new NotImplementedException ();
27 //              }
28 //              [MonoTODO]
29 //              public override void OnEndPrint(PrintDocument document, PrintPageEventArgs e){
30 //                      throw new NotImplementedException ();
31 //              }
32 //              [MonoTODO]
33 //              public override Graphics OnStartPage(PrintDocument document, PrintPageEventArgs e){
34 //                      throw new NotImplementedException ();
35 //              }
36         }
37 }