Exemplo n.º 1
0
 /// <summary>
 /// 关闭文件
 /// </summary>
 public void Close()
 {
     if (_imageFile != null)
     {
         _imageFile.Close();
     }
 }