private void LoadButtonImage()
{
if(buttonPicture != null)
buttonPicture.Dispose();
string templateFileName = "PicTemplate/RoundedRectangle.png";
buttonPicture = new Bitmap(templateFileName);
}
This is my coding ..... parameter is not valid in runtime ... what can I do?