예제 #1
0
 public IPropertyCollection LoadProperties(Type type)
 {
     _properties = new PropertyCollection(type);
     _properties.LoadProperties(Resources.Person.ResourceManager);
     return(_properties);
 }