コード例 #1
0
ファイル: Action.cs プロジェクト: titovmaxim/Flow_Csharp
 public static Action ActionC <T1>(this T1 changeable, object owner, Action <T1> action)
     where T1 : IFlowChangeable
 {
     return(Flow.ActionC(owner, changeable, action));
 }