Display a MessageBox if in debug mode ItemInfo (frmPropGrid) is opened without selecting an Item

Added Interface properties SearchDVPath and SearchPath
This commit is contained in:
Rich
2011-05-09 14:09:20 +00:00
parent 4b967f6d4b
commit 7e6fefb00c
6 changed files with 113 additions and 5 deletions

View File

@@ -14,6 +14,8 @@ namespace VEPROMS.CSLA.Library
IVEDrillDownReadOnly ActiveParent { get; }
FormatInfo ActiveFormat { get; }
FormatInfo LocalFormat { get; }
string SearchDVPath { get; }
string SearchPath { get; }
string ToString();
ConfigDynamicTypeDescriptor MyConfig { get; }
//IVEDrillDown Get();