コード例 #1
0
ファイル: WFRule.cs プロジェクト: ftlab/CheckList
 public void Then(Ctx ctx)
 {
     ThenAction?.Invoke(ctx);
 }