示例#1
0
 public static void Run <T>(this IFlow <T> flow, IFormRenderer <T> renderer) =>
 flow.Run(renderer, LambdaUtil.DoNothingAction);