예제 #1
0
파일: Group.cs 프로젝트: llownall/DrawDots
 public void Add(MyPoint element)
 {
     elements.Add(element);
 }