Beispiel #1
0
 public int GetBoxObjCount()
 {
     return(GraphObjList.Count(o => o is BoxObj));
 }