예제 #1
0
        private void txt_search2_TextChanged(object sender, EventArgs e)
        {
            DAL.PharmacyDAL pdal  = new DAL.PharmacyDAL();
            SelectList      sList = pdal.SearchProduct(txt_search2);

            txt_search2.Show();
        }
예제 #2
0
 public Login()
 {
     InitializeComponent();
     pdal = new DAL.PharmacyDAL();
 }