コード例 #1
0
ファイル: UndoList.cs プロジェクト: Pavel-shl/PaintLab
 public void Add(Figure figure)
 {
     undoList.Add(figure);
 }