Esempio n. 1
0
 private bool CheclRemoveBtnEnabled(List <Point> pts, List <Point> pl)
 {
     return((pts == null) ? false : SideFlowtUtility.IsAllInclude(pts, pl));
 }