프로젝트

일반

사용자정보

개정판 2decfbdf

ID2decfbdfc05f09bb5b2ef1618d265f315f6ba8f0
상위 1e901a8d
하위 dfc86b71

alzkakdixm 이(가) 약 5년 전에 추가함

DataBaseItemsModel 수정

Change-Id: I96830cad0b3990bb84346f438ba04e20d55ec26c

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/Controls/RowIndexColumn.cs
36 36
                    {
37 37
                        if (e.Action == System.Collections.Specialized.NotifyCollectionChangedAction.Remove)
38 38
                        {
39
                            this.Refresh();
39
                            this.Dispatcher.InvokeAsync(() => this.Refresh());
40
                            //이거 때믄에 row 개수 옮길때  ex)200개 -> 50개 할때 에러 하지만 이게 있어야 row컨버터 후 삭제 및 다시add 할때 index번호가 들어감
41
                            //후 조취: 그냥 에러부분을 messagebox가 아닌 오류 목록에 놨음
40 42
                        }
41 43
                    };
42 44
                }

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)