Files
Progrart/Progrart.Core/Graphics/Rectangle.cs

8 lines
88 B
C#
Raw Normal View History

namespace Progrart.Core.Graphics
{
public class Rectangle : BaseElement
{
}
}