1
我使用的是第三方调度在我的项目 这里是例子,http://scheduler-net.com/docs/simple_.net_application_with_scheduler.html如何给实例名称?
public ActionResult Index()
{
var scheduler = new DHXScheduler(this);
scheduler.LoadData = true;
scheduler.EnableDataprocessor = true;
return View(scheduler);
}
我如何用实例名称取代“这个”?
请帮忙吗? – 2013-05-10 20:28:09