This commit is contained in:
pnevmoslon1 2024-04-23 03:36:32 +04:00
parent 80ef61aef3
commit 444f31c118

View File

@ -138,7 +138,12 @@ namespace WarmlyShip
private void ButtonRefresh_Click(object sender, EventArgs e)
{
if (_company == null)
{
return;
}
pictureBox.Image = _company.Show();
}
}
}