Exemplo n.º 1
0
 protected bool IsCycleExist(Path cycle)
 {
     return(CyclesManager.IsCycleInList(Cycles, cycle, Oriented));
 }