Ejemplo n.º 1
0
 public JsonCustomButton(JQGridToolBarButton button)
 {
     this._jsonSerializer = new JavaScriptSerializer();
     this._jsonValues     = new Hashtable();
     this._button         = button;
 }
Ejemplo n.º 2
0
 public JsonCustomButton(JQGridToolBarButton button)
 {
     this._button = button;
 }
Ejemplo n.º 3
0
 public JsonCustomButton(JQGridToolBarButton button)
 {
     this._button = button;
 }