Exemplo n.º 1
0
 public RestrictAttribute(Delegate method, RestrictDisplay display)
 {
     this.delegates.Add(method);
     this.display = display;
 }
Exemplo n.º 2
0
 public RestrictAttribute(Delegate method, RestrictDisplay display)
 {
     this.delegates.Add(method);
     this.display = display;
 }
Exemplo n.º 3
0
 public RestrictAttribute(string methodName, RestrictDisplay display)
 {
     this.methodName = methodName;
     this.display    = display;
 }
Exemplo n.º 4
0
 public RestrictAttribute(string methodName, RestrictDisplay display)
 {
     this.methodName = methodName;
     this.display = display;
 }