Пример #1
0
 public Action <object> executeWithParam(object key)
 {
     return((Action <object>)MEF.lookup(this.ExecutesWithParam, key, null));
 }
Пример #2
0
 public Action execute(object key)
 {
     return((Action)MEF.lookup(this.Executes, key, null));
 }
Пример #3
0
 public object data(object key)
 {
     return(MEF.lookup(this.AllData, key, null));
 }