Ejemplo n.º 1
0
 void Loadimg(int p)
 {
     if (file.Trim().Length <= 0)
     {
         MessageBox.Show("图像文件名称不正确!");
         return;
     }
     Himg.LoadFloater(file, p, ImageView);
 }