Example #1
0
 private void Save(string type)
 {
     if (ErrorCheck(type))
     {
         pointSettei_bl = new TempoRejiPointSettei_BL();
         if (pointSettei_bl.ShowMessage("Q101") == DialogResult.Yes)
         {
             mspe = GetStorePointEntity();
             if (pointSettei_bl.M_StorePoint_Insert_Update(mspe))
             {
                 pointSettei_bl.ShowMessage("I101");
                 BindData();
             }
             else
             {
                 pointSettei_bl.ShowMessage("S001");
             }
         }
     }
 }