예제 #1
0
        public new ActionResult View()
        {
            ProcessLogicState state = ProcessRunnerLogic.ExecutionState();

            if (Request.IsAjaxRequest())
            {
                return(PartialView(ProcessClient.ViewPrefix.FormatWith("ProcessPanelTable"), state));
            }
            else
            {
                return(View(ProcessClient.ViewPrefix.FormatWith("ProcessPanel"), state));
            }
        }
예제 #2
0
        public ProcessLogicState View()
        {
            ProcessLogicState state = ProcessRunnerLogic.ExecutionState();

            return(state);
        }