Exemplo n.º 1
0
 public Action <object> executeWithParam(object key)
 {
     return((Action <object>)MEF.lookup(this.ExecutesWithParam, key, null));
 }
Exemplo n.º 2
0
 public Action execute(object key)
 {
     return((Action)MEF.lookup(this.Executes, key, null));
 }
Exemplo n.º 3
0
 public object data(object key)
 {
     return(MEF.lookup(this.AllData, key, null));
 }