Пример #1
0
 //If we get any more copy types in the future, add their Response objects here
 //(and make sure they're named the same as the expected CopyType/CswEnumNbtActionName value)
 public CopyTypeData()
 {
     Create_Material = new C3CreateMaterialResponse();
 }
Пример #2
0
 public CswNbtC3CreateMaterialReturn()
 {
     Data = new C3CreateMaterialResponse();
 }