PIbd-13 Valiullin R.A.LabWork03 Simple #3

Closed
rinat wants to merge 3 commits from lab3 into lab2
Showing only changes of commit 444f31c118 - Show all commits

View File

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