コード例 #1
0
        public void ReloadData()
        {
            IsLoading  = true;
            ItemEdit   = null;
            ItemParent = null;
            _listKhoa  = null;
            ClearError();

            _modelTrain.GetClassAsync(EditID, 0);
            _modelTrain.GetClassAsync(ParentID, 1);
            _modelTrain.GetListDepartmentAsync();
        }
コード例 #2
0
        public void ReloadData()
        {
            IsLoading  = true;
            _listKhoa  = null;
            ItemEdit   = null;
            ItemLopHoc = null;
            ItemMonHoc = null;
            ClearError();

            _modelTrain.GetListDepartmentAsync();
            _modelTrain.GetSubjectAsync(MonHocID);
            _modelTrain.GetClassAsync(LopID, 0);
            _modelTrain.GetTrainingAsync(EditID);
        }