Example #1
0
        private void pictureBox1_Click(object sender, EventArgs e)
        {
            DataProcess dp  = new DataProcess();
            int         rtn = dp.setUsed(Patient.w_code);

            LogHelper.WriteLog(CurrentUser.UserName + "-" + Patient.w_code + "执行结果为" + rtn);
            DoTherapy();
        }