コード例 #1
0
 public JsonCustomButton(JQGridToolBarButton button)
 {
     this._jsonValues = new Hashtable();
     this._button     = button;
 }
コード例 #2
0
ファイル: JsonCustomButton.cs プロジェクト: charreal/Jq.Grid
		public JsonCustomButton(JQGridToolBarButton button)
		{
			this._jsonValues = new Hashtable();
			this._button = button;
		}