Exemplo n.º 1
0
 PopulateWithEnumValues
 (
     Type enumType,
     Boolean formatForUser
 )
 {
     ListControlPlus.PopulateWithEnumValues(this, enumType, formatForUser);
 }
Exemplo n.º 2
0
 PopulateWithEnumValues
 (
     Type oEnumType,
     Boolean bFormatForUser
 )
 {
     ListControlPlus.PopulateWithEnumValues(this, oEnumType, bFormatForUser);
 }