예제 #1
0
 public TinctMasterNode()
 {
     Current = this;
 }
예제 #2
0
 public TinctMasterNode(IConnect newconnect)
 {
     connect = newconnect;
     Current = this;
 }
예제 #3
0
 static TinctMasterNode()
 {
     Current = new TinctMasterNode();
 }