Exemple #1
0
 public static Action ActionC <T1>(this T1 changeable, object owner, Action <T1> action)
     where T1 : IFlowChangeable
 {
     return(Flow.ActionC(owner, changeable, action));
 }