예제 #1
0
 public ActionResult GetProcessNameList()
 {
     return(Json(RobotProcessController.GetProcessNameList(), JsonRequestBehavior.AllowGet));
 }