예제 #1
0
 public void SetBreakPoint()
 {
     if (areaControl != null)
     {
         areaControl.SetBreakPoint();
     }
 }