Esempio n. 1
0
 public NodeRepository()
 {
     Current = this;
 }
Esempio n. 2
0
 static NodeRepository()
 {
     Current = new NodeRepository();
 }