Skip to content

Commit

Permalink
Added access modificator to Image field
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoz75 committed Jun 25, 2024
1 parent 2ce85db commit 4f9b239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Drawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace BinaryCodeToImageConverter
{
public class Drawer
{
Bitmap Image;
private Bitmap Image;
public Drawer(Bitmap image)
{
Image = image;
Expand Down

0 comments on commit 4f9b239

Please sign in to comment.