Пример #1
0
 public bool AddBreak(sunRelocation point)
 {
     if (Count > 0)
     {
         Top.AddBreak(point);
         return(true);
     }
     return(false);
 }