Esempio n. 1
0
        public override void Load()
        {
            _client = new MONClient();
            _client.MON_SearchAsync(new MON_SearchResult(), null);
            _client.MON_SearchCompleted+=_client_MON_SearchCompleted;

            _clientTrangThaiDuyet = new TRANG_THAI_DUYETClient();
            _clientTrangThaiDuyet.TRANG_THAI_DUYET_LstAsync();
            _clientTrangThaiDuyet.TRANG_THAI_DUYET_LstCompleted+=_clientTrangThaiDuyet_TRANG_THAI_DUYET_LstCompleted;

            _dataItem = new ObservableExpandCollection();
            SearchItem = new MON_SearchResult();
            DataItemTrangThaiDuyet = new ObservableExpandCollection<TRANG_THAI_DUYET_LstResult>();
        }
Esempio n. 2
0
        public override void Load()
        {
            _clientBienBanThi = new BIEN_BAN_CHAM_THIClient();
            _clientBienBanThi.BIEN_BAN_CHAM_THI_SearchCompleted+=_clientPhucKhao_BIEN_BAN_CHAM_THI_SearchCompleted;
            _clientBienBanThi.BIEN_BAN_CHAM_THI_DelCompleted+=_clientBienBanThi_BIEN_BAN_CHAM_THI_DelCompleted;

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

            _clientThongTinTuyenSinh = new THONG_TIN_TUYEN_SINHClient();
            _clientThongTinTuyenSinh.THONG_TIN_TUYEN_SINH_LstNamTuyenSinhAsync();
            _clientThongTinTuyenSinh.THONG_TIN_TUYEN_SINH_LstNamTuyenSinhCompleted+=_clientThongTinTuyenSinh_THONG_TIN_TUYEN_SINH_LstNamTuyenSinhCompleted;

            _dataItemPhucKhao = new ObservableExpandCollection();
            DataItemMon = new ObservableExpandCollection<MON_LstResult>();
            DataItemThongTinTuyenSinh = new ObservableExpandCollection<THONG_TIN_TUYEN_SINH_LstNamTuyenSinhResult>();
            CurrentSearch = new BIEN_BAN_CHAM_THI_SearchResult();
        }
Esempio n. 3
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>();
        }