Ejemplo n.º 1
0
        public override void Load()
        {
            _clientBienBanThi = new BIEN_BAN_CHAM_THIClient();
            _clientBienBanThi.BIEN_BAN_CHAM_THI_UpdCompleted += _clientBienBanThi_BIEN_BAN_CHAM_THI_UpdCompleted;
            _clientBienBanThi.BIEN_BAN_CHAM_THI_SearchCompleted += _clientBienBanThi_BIEN_BAN_CHAM_THI_SearchCompleted;

            _clientKetQuaThi = new KET_QUA_THIClient();
            _clientKetQuaThi.KET_QUA_THI_SearchCompleted += _clientBienBanThi_KET_QUA_THI_SearchCompleted;
            _clientKetQuaThi.KET_QUA_THI_UpdOnMaThiSinhCompleted += _clientBienBanThi_KET_QUA_THI_UpdOnMaThiSinhCompleted;

            _clientNhanSu = new NHAN_SUClient();
            _clientNhanSu.NHAN_SU_LstAsync();
            _clientNhanSu.NHAN_SU_LstCompleted += _clientNhanSu_NHAN_SU_LstCompleted;

            _clientThiSinh = new THI_SINHClient();
            _clientThiSinh.THI_SINH_LstExamAsync();
            _clientThiSinh.THI_SINH_LstExamCompleted += _clientThiSinh_THI_SINH_LstExamCompleted;

            CurrentItem = new THI_SINH_LstExamResult();
            CurrentSelectedItemKetQuaThi = new KET_QUA_THI_EX();
            DataItemNhanSu = new ObservableExpandCollection<NHAN_SU_LstResult>();
            DataItemThiSinh = new ObservableExpandCollection<THI_SINH_LstExamResult>();
            _dataItemBienBanChamThi = new ObservableExpandCollection();
            _dataItemKetQuaThi = new ObservableExpandCollection();

        }