Exemple #1
0
        private void FinindID()
        {
            try
            {
                persond.EMPID = txtempid.Text;

                pbal.Find(persond);
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.ToString());
            }
        }