Exemple #1
0
        void TimKiemPhongChieu()
        {
            DataTable table = phongchieu.LayDanhSachPhongChieu();

            sourcePhongChieu.DataSource = common.TimKiem(table, txbTimKiemPhongChieu.Text.Trim());
        }