예제 #1
0
파일: loop.cs 프로젝트: RenolY2/ssc
 public bool AddBreak(sunRelocation point)
 {
     if (Count > 0)
     {
         Top.AddBreak(point);
         return(true);
     }
     return(false);
 }