Beispiel #1
0
 /// <summary>
 /// Context needs to be provided if called on a custom thread
 /// </summary>
 public AjaxUserControl(HttpContext context)
 {
     Assert.NoNull(context, "NullContext");
     _ajax = new AjaxBase(this, context);
 }