Exemplo n.º 1
0
        public override void Load()
        {
            _client = new HOI_DONG_THIClient();
            _client.HOI_DONG_THI_LstAsync();
            _client.HOI_DONG_THI_LstCompleted += _client_HOI_DONG_THI_LstCompleted;
            _client.HOI_DONG_THI_UpdCompleted += _client_HOI_DONG_THI_UpdCompleted;

            _dataItem = new ObservableExpandCollection();
        }
Exemplo n.º 2
0
        public override void Load()
        {
            _client = new HOI_DONG_THIClient();
            _client.HOI_DONG_THI_SearchAsync(new HOI_DONG_THI_SearchResult(), null);
            _client.HOI_DONG_THI_SearchCompleted += _client_HOI_DONG_THI_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 HOI_DONG_THI_SearchResult();
            DataItemTrangThaiDuyet = new ObservableExpandCollection<TRANG_THAI_DUYET_LstResult>();
        }
Exemplo n.º 3
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;
        }
Exemplo n.º 4
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>();
        }