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