Files
shape_library/Shapes/Triangle.cs
2019-10-20 21:42:51 -06:00

10 lines
140 B
C#

using System;
using System.ComponentModel.DataAnnotations;
using System.Drawing;
namespace Shapes
{
public class Triangle
{
}
}