Пример #1
0
 public RoomTypeSelectedAsset(Asset asset)
 {
     Id = asset.Id;
     Name = asset.Name;
     TopX = asset.TopX;
     TopY = asset.TopY;
     BottomX = asset.BottomX;
     BottomY = asset.BottomY;
     CropXUnits = asset.CropXUnits;
     CropYUnits = asset.CropYUnits;
     CroppingQuery = asset.GenerateCroppingQuery();
 }