Beispiel #1
0
 public NodeRepository()
 {
     Current = this;
 }
Beispiel #2
0
 static NodeRepository()
 {
     Current = new NodeRepository();
 }