示例#1
0
        public ControlOutput Operation(Flow flow)
        {
            flow.BreakLoop();

            return(null);
        }