only display ‘Create Enhanced’ checkbox on ‘new’
if copied item is not source or enhanced, pasting info a source is more like an ‘insert’ into enhanced.
This commit is contained in:
@@ -234,6 +234,12 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
public Procedure MyProcedure
|
||||
{ get { return _Procedure; } }
|
||||
private bool _CreatingNew = false;
|
||||
public bool CreatingNew
|
||||
{
|
||||
get { return _CreatingNew; }
|
||||
set { _CreatingNew = value; }
|
||||
}
|
||||
#endregion
|
||||
#region ToString
|
||||
public override string ToString()
|
||||
|
Reference in New Issue
Block a user