Revert to previous version

This commit is contained in:
Rich
2014-01-24 17:53:25 +00:00
parent 20cedc5e34
commit 2f3b770fec
2 changed files with 1 additions and 21 deletions

View File

@@ -264,12 +264,6 @@ namespace VEPROMS.CSLA.Library
{
get { return _MyFile; }
}
private FileInfo _MyGifFile = null;
public FileInfo MyGifFile
{
get { return _MyGifFile; }
set { _MyGifFile = value; }
}
private string _Extension = "TIF";
public string Extension
{
@@ -287,8 +281,6 @@ namespace VEPROMS.CSLA.Library
try
{
_MyFile.Delete();
if (_MyGifFile != null)
_MyGifFile.Delete();
}
catch (IOException ex)
{