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

            _modelTrain.GetDepartmentAsync(EditID, 0);
            _modelTrain.GetDepartmentAsync(ParentID, 1);
        }