コード例 #1
0
        protected void OnCommand(object sender, DirectEventArgs e)
        {
            int SoftID = Convert.ToInt32(e.ExtraParams["SoftID"].ToString());

            biService.DeleteSoft(SoftID);
            e.ExtraParamsResponse.Add(new Ext.Net.Parameter("success", "1", false));
            X.Msg.Alert("消息", "删除成功").Show();
        }