Exemplo n.º 1
0
 public ModalPopupAttribute(ViewPreferredLocationType type)
     : base(type)
 {
 }
 public PreferredLocationAttribute(ViewPreferredLocationType locationType)
 {
     LocationType = locationType;
 }