91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.87M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-25
  • 語言: C#
  • 標簽: 實例??UI??

資源簡介

liger ui  應用實例

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Web;
using?System.IO;
using?System.Reflection;
using?System.Web.Compilation;
using?System.Web.script.Serialization;
using?System.Linq;
using?System.Collections.Specialized;
using?Liger.Common;
using?Liger.Data;
using?Liger.Common.Extensions;

namespace?LigerRM.Common
{
????///?
????///?內部?Ajax?方法?容器
????///?

????internal?class?AjaxAction
????{
????????public?AjaxAction(MethodInfo?method)
????????{
????????????this.Method?=?method;
????????????this.Parameters?=?this.Method.GetParameters();
????????}

????????public?MethodInfo?Method?{?get;?private?set;?}

????????public?ParameterInfo[]?Parameters?{?get;?private?set;?}
????}
}

評論

共有 條評論