예제 #1
0
파일: Slide.cs 프로젝트: egoshin-igor/OOD
 public void Draw(ICanvas canvas)
 {
     _data.Draw(canvas);
 }