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