Timer lock work done

This commit is contained in:
TheXamlGuy
2024-07-18 21:45:15 +01:00
parent e20890362e
commit 5c1b776317
5 changed files with 67 additions and 2 deletions
+1 -1
View File
@@ -14,4 +14,4 @@ public class ImageReader(IImageResizer imageResizer) :
Bitmap resizedImage = imageResizer.Resize(stream, width, height, maintainAspectRatio);
return new ImageDescriptor(resizedImage, width, height);
}
}
}