コード例 #1
0
 protected void Page_Load(object sender, EventArgs e)
 {
     if (!IsPostBack)
     {
         FineOffice.BLL.OA_Form bll = new FineOffice.BLL.OA_Form();
         model = bll.GetModel(i => i.ID == int.Parse(Request["ID"]));
     }
 }