private void LoadLogoImg() { var hash = Etc.CalculateMD5(Constants.MainLogoPath); if (hash != Constants.MainLogoMD5) { return; } pictureBox1.WaitOnLoad = true; pictureBox1.ImageLocation = Constants.MainLogoPath; }