예제 #1
0
파일: Main.cs 프로젝트: SNest/FS
 private void MainPicBoxPaint(object sender, PaintEventArgs e)
 {
     shapeManager.DrawShapes(e.Graphics);
 }