Esempio n. 1
0
 public CswNbtObjClassSample(CswNbtResources CswNbtResources, CswNbtNode Node)
     : base(CswNbtResources, Node)
 {
     _CswNbtObjClassDefault = new CswNbtObjClassDefault(_CswNbtResources, Node);
 }//ctor()
 /// <summary>
 /// Property Set ctor
 /// </summary>
 public CswNbtPropertySetRequestItem(CswNbtResources CswNbtResources, CswNbtNode Node)
     : base(CswNbtResources, Node)
 {
     CswNbtObjClassDefault = new CswNbtObjClassDefault(_CswNbtResources, Node);
 }//ctor()