Exemple #1
0
 internal Socket(JSONProxy.Socket s)
 {
     this.Attribute = s.Attribute;
     this.Group     = s.Group;
 }
Exemple #2
0
 internal Socket(JSONProxy.Socket s)
 {
     Attribute = s.Attr;
     Group     = s.Group;
 }