Exemplo n.º 1
0
 public ExportableAttribute(ExportRestrictions restriction)
 {
     this.restriction = restriction;
 }
Exemplo n.º 2
0
 public ExportableAttribute()
 {
     restriction = ExportRestrictions.None;
 }