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