예제 #1
0
 public ComputerDetail()
 {
     Dimensions = new Dimensions();
 }
예제 #2
0
 public Product()
 {
     Dimensions               = new Dimensions();
     ComplexConcurrency       = new ConcurrencyInfo();
     NestedComplexConcurrency = new AuditInfo();
 }