Пример #1
0
        public override void Load()
        {
            _client = new PHONGClient();
            _client.PHONG_LstAsync();
            _client.PHONG_LstCompleted += _client_PHONG_LstCompleted;
            _client.PHONG_UpdCompleted += _client_PHONG_UpdCompleted;

            _clientHoiDongThi = new HOI_DONG_THIClient();
            _clientHoiDongThi.HOI_DONG_THI_LstAsync();
            _clientHoiDongThi.HOI_DONG_THI_LstCompleted += _clientHoiDongThi_HOI_DONG_THI_LstCompleted;

            _dataItem = new ObservableExpandCollection();
            DataItemHoiDongThi = new ObservableExpandCollection<HOI_DONG_THI_LstResult>();
            MaHoiDongThi = string.Empty;
        }
Пример #2
0
        public override void Load()
        {
            _client = new PHONGClient();
            _client.PHONG_SearchAsync(new PHONG_SearchResult(), null);
            _client.PHONG_SearchCompleted+=_client_PHONG_SearchCompleted;

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

            _clientHoiDongThi = new HOI_DONG_THIClient();
            _clientHoiDongThi.HOI_DONG_THI_LstAsync();
            _clientHoiDongThi.HOI_DONG_THI_LstCompleted += _clientHoiDongThi_HOI_DONG_THI_LstCompleted;

            _dataItem = new ObservableExpandCollection();
            SearchItem = new PHONG_SearchResult();
            DataItemTrangThaiDuyet = new ObservableExpandCollection<TRANG_THAI_DUYET_LstResult>();
            DataItemHoiDongThi = new ObservableExpandCollection<HOI_DONG_THI_LstResult>();
        }