Exemple #1
0
 public GraphToCode(CSGraph graph)
 {
     _graph = graph;
 }
Exemple #2
0
 public CodeToGraph(CSGraph graph)
 {
     _graph = graph;
 }