示例#1
0
 public FieldData()
 {
     Dimensions = new Dimensions();
     Patches = new List<BoundaryPatch>();
 }
示例#2
0
 public VDimensions()
 {
     _dim = new Dimensions();
     PropertyChanged += VDimensions_PropertyChanged;
 }