| 12345678910111213141516171819202122232425 |
- //
- // System.Drawing.GraphicsContainer.cs
- //
- // Author:
- // Dennis Hayes ([email protected])
- //
- // (C) 2002 Ximian, Inc
- //
- using System;
- namespace System.Drawing2d
- {
- /// <summary>
- /// Summary description for GraphicsContainer.
- /// </summary>
- public class GraphicsContainer
- {
- public GraphicsContainer()
- {
- //
- // TODO: Add constructor logic here
- //
- }
- }
- }
|