Example #1
0
        protected void btnUpdateDrugSubmit_Click(object sender, EventArgs e)
        {
            ClassDrug updateDrug = new ClassDrug();

            updateDrug.UpdateDrug(this);
        }