示例#1
0
 private void btnSave_Click(object sender, EventArgs e)
 {
     rw = getControl();
     if (lc.saveReward(rw).Length >= 1)
     {
         MessageBox.Show("บันทึกข้อมูล เรียบร้อย", "บันทึกข้อมูล");
         this.Dispose();
     }
 }