Esempio n. 1
0
        private void makeInactive(string strConsumer, string strID)
        {
            clsDB objDB  = new clsDB(strDB);
            bool  blPass = objDB.makeInActive(strID);

            if (blPass == true)
            {
                MessageBox.Show(strConsumer + " was successfully made Inactive.");
                LoadControl();
            }
        }