Beispiel #1
0
        public override void Load()
        {
            _clientDotTuyenSinh = new DOT_TUYEN_SINHClient();
            _clientDotTuyenSinh.DOT_TUYEN_SINH_LstAsync();
            _clientDotTuyenSinh.DOT_TUYEN_SINH_LstCompleted += _clientDotTuyenSinh_DOT_TUYEN_SINH_LstCompleted;

            _clientKetQuaThi = new KET_QUA_THIClient();
            _clientKetQuaThi.DonTuiDanhPhachCompleted += _clientKetQuaThi_DonTuiDanhPhachCompleted;
            CountRoom = CountSubject = 1;
            CountTest = 24;

        }
Beispiel #2
0
        public override void Load()
        {
            _clientHoiDongThi = new HOI_DONG_THIClient();
            _clientHoiDongThi.HOI_DONG_THI_SearchCompleted += _clientHoiDongThi_HOI_DONG_THI_SearchCompleted;

            _clientKhoi = new KHOIClient();
            _clientKhoi.KHOI_LstAsync();
            _clientKhoi.KHOI_LstCompleted += _clientKhoi_KHOI_LstCompleted;

            _clientMon = new MONClient();
            _clientMon.MON_LstAsync();
            _clientMon.MON_LstCompleted += _clientMon_MON_LstCompleted;

            _clientDotTuyenSinh = new DOT_TUYEN_SINHClient();
            _clientDotTuyenSinh.DOT_TUYEN_SINH_LstAsync();
            _clientDotTuyenSinh.DOT_TUYEN_SINH_LstCompleted += _clientDotTuyenSinh_DOT_TUYEN_SINH_LstCompleted;

            DataItemMon = new ObservableExpandCollection<MON_LstResult>();
            DataItemKhoi = new ObservableExpandCollection<KHOI_LstResult>();
            DataItemHoiDongThi = new ObservableExpandCollection<HOI_DONG_THI_SearchResult>();
        }