Ejemplo n.º 1
0
 public EnumDataSourceView(EnumDataSource owner, string viewName)
     : base(owner, viewName)
 {
     _enumType = owner.EnumType;
     //_exceptValue = owner.ExceptValue;
     _exceptValues = owner._ExceptValues;
 }
Ejemplo n.º 2
0
 public EnumDataSourceView(EnumDataSource owner, string viewName)
     : base(owner, viewName)
 {
     _enumType = owner.EnumType;
     _exceptValues = owner._ExceptValues;
 }