Beispiel #1
0
 /// <summary>
 /// Create a new Graph
 /// </summary>
 public Graph()
 {
     _ptr = TfInvoke.tfeNewGraph();
 }