예제 #1
0
 public static void AddStartupScript(this AjaxHelper ajaxHelper, string script)
 {
     ajaxHelper.AddStartupScript(script, null);
 }