@using WX.CRM.WebHelper; @{ ViewBag.Title = "选择好友"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
@Html.ToolButton("btnQuery", "icon-search", "查询", true) @Html.ToolButton("btnSave", "icon-save", "确定", true)
@Html.Raw(ViewBag.gridTable)
@*ToolBar事件处理*@