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