コード例 #1
0
ファイル: Program.cs プロジェクト: rybufc/OOP_Tests
 public void Remove(Figure f)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: rybufc/OOP_Tests
 public void Add(Point p, Figure f)
 {
     throw new NotImplementedException();
 }