Exemplo n.º 1
0
 internal MOTFData(MOTFDataDescriptor descriptor)
 {
     Name         = descriptor.Name;
     Description  = descriptor.Description;
     TestFunction = descriptor.TestFunction;
 }
Exemplo n.º 2
0
 internal MOTFData(MOTFDataDescriptor descriptor) {
   Name = descriptor.Name;
   Description = descriptor.Description;
   TestFunction = descriptor.TestFunction;
 }