getting SWF to compile
[mono.git] / mcs / class / System.Drawing / System.Drawing / SystemBrushes.cs
1 //\r
2 // System.Drawing.SystemBrushes.cs\r
3 //\r
4 // Author:\r
5 //   Dennis Hayes (dennish@Raytek.com)\r
6 //\r
7 // (C) 2002 Ximian, Inc\r
8 //\r
9 using System;\r
10 \r
11 namespace System.Drawing\r
12 {\r
13         /// <summary>\r
14         /// Summary description for SystemBrushes.\r
15         /// </summary>\r
16         public class SystemBrushes\r
17         {\r
18                 public SystemBrushes()\r
19                 {\r
20                         //\r
21                         // TODO: Add constructor logic here\r
22                         //\r
23                 }\r
24 \r
25                 public static Brush ControlText {\r
26                         get {\r
27                                 throw new NotImplementedException();\r
28                         }\r
29                 }\r
30 \r
31         }\r
32 }\r