Added Rectangle

This commit is contained in:
Brady
2019-10-20 21:42:51 -06:00
parent 62c9007691
commit 268c742f6c
18 changed files with 583 additions and 9 deletions

10
Shapes/Triangle.cs Normal file
View File

@@ -0,0 +1,10 @@
using System;
using System.ComponentModel.DataAnnotations;
using System.Drawing;
namespace Shapes
{
public class Triangle
{
}
}