This commit is contained in:
@@ -10,16 +10,8 @@ namespace VEPROMS.CSLA.Library
|
||||
[Serializable]
|
||||
[TypeConverter(typeof(ExpandableObjectConverter))]
|
||||
//public class FolderConfig : INotifyPropertyChanged
|
||||
public class FolderConfig : DynamicTypeDescriptor, INotifyPropertyChanged
|
||||
public class FolderConfig : ConfigDynamicTypeDescriptor, INotifyPropertyChanged
|
||||
{
|
||||
#region Events
|
||||
public event PropertyChangedEventHandler PropertyChanged;
|
||||
private void OnPropertyChanged(String info)
|
||||
{
|
||||
if (PropertyChanged != null)
|
||||
PropertyChanged(this, new PropertyChangedEventArgs(info));
|
||||
}
|
||||
#endregion
|
||||
#region DynamicTypeDescriptor
|
||||
internal override bool IsReadOnly
|
||||
{
|
||||
|
Reference in New Issue
Block a user