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