Esempio n. 1
0
        private void btnSearch(object sender, EventArgs e)
        {
            FaultyService service = new FaultyService();

            faultyMasterList           = service.GetAllFaultyMaster();
            dgvSearchResult.DataSource = faultyMasterList;
        }
Esempio n. 2
0
        private void GetList()
        {
            FaultyService service = new FaultyService();

            faultyMasterList     = service.GetAllFaultyMaster();
            dgvSelect.DataSource = faultyMasterList;

            faultyDetailList = service.GetFaultyDetail();
        }