Revert to previous version
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user