Remove Old comments
Remove unnecessary Disposes
This commit is contained in:
@@ -296,14 +296,6 @@ namespace VEPROMS.CSLA.Library
|
||||
_DTS = tmp.DTS;
|
||||
_UserID = tmp.UserID;
|
||||
_ROImageInfoExtension.Refresh(this);
|
||||
//RHM Removed 20090724 - Duplicates function of code above.
|
||||
// - Dispose caused error when a new step was added.
|
||||
// - Resequence of transitions did not work properly.
|
||||
// if(_MyRODb != null)
|
||||
// {
|
||||
// _MyRODb.Dispose();// Dispose related value
|
||||
// _MyRODb = null;// Reset related value
|
||||
// }
|
||||
OnChange();// raise an event
|
||||
}
|
||||
public static void Refresh(RODbROImage tmp)
|
||||
@@ -322,14 +314,6 @@ namespace VEPROMS.CSLA.Library
|
||||
_DTS = tmp.DTS;
|
||||
_UserID = tmp.UserID;
|
||||
_ROImageInfoExtension.Refresh(this);
|
||||
//RHM Removed 20090724 - Duplicates function of code above.
|
||||
// - Dispose caused error when a new step was added.
|
||||
// - Resequence of transitions did not work properly.
|
||||
// if(_MyRODb != null)
|
||||
// {
|
||||
// _MyRODb.Dispose();// Dispose related value
|
||||
// _MyRODb = null;// Reset related value
|
||||
// }
|
||||
OnChange();// raise an event
|
||||
}
|
||||
public static ROImageInfo Get(int imageID)
|
||||
|
Reference in New Issue
Block a user