예제 #1
0
 private void _DeleteImage(string imageName)
 {
     objAdmin.DeleteImage(Convert.ToInt32(hdnCityId.Value), imageName);
 }