PIbd-23_Ivanova_S.V._Lab7 #9

Closed
sofiaivv wants to merge 5 commits from lab7 into lab6
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 12a157fa6d - Show all commits

View File

@ -210,5 +210,11 @@ namespace MotorBoat.DrawningObjects
break;
}
}
public void ChangePictureBoxSize(int pictureBoxWidth, int pictureBoxHeight)
{
_pictureWidth = pictureBoxWidth;
_pictureHeight = pictureBoxHeight;
}
}
}

View File

@ -18,6 +18,7 @@
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Settings.Configuration" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
</ItemGroup>
<ItemGroup>