프로젝트

일반

사용자정보

개정판 32acdfb1

ID32acdfb18755653473e7d48def25f5ab55b6aa56
상위 386286fa
하위 54e0e0f7, 45f9efe1, 3adabe82

백흠경이(가) 일년 이상 전에 추가함

Fix: Classify 설정창이 나타나지 않는 오류 수정

Change-Id: I48017ca65e1a642c2eddefadcb0258c9f365e986

차이점 보기:

ID2.Manager/ID2.Manager/Forms/ExceptLayer.cs
48 48
        public static List<Layer> ExceptLayers { get; } = new List<Layer>();
49 49
        private BindingList<Layer> _Bindings { get; } = new BindingList<Layer>();
50 50

  
51
        private string BlockName { get; set; }
51
        private string BlockName { get; set; } = string.Empty;
52 52
        public static List<BlockAttribute> TitleBlockAttribute { get; } = new List<BlockAttribute>();
53 53
        private BindingList<BlockAttribute> _TitleBlockAttribute { get; } = new BindingList<BlockAttribute>();
54 54

  
......
60 60
            this.radGridViewExceptLayer.DataBindingComplete += RadGridViewExceptLayer_DataBindingComplete;
61 61
            this.radGridViewExceptLayer.DataSource = _Bindings;
62 62

  
63
            this.BlockName = TitleBlockAttribute.Select(x => x.BlockName).Distinct().First();
63
            if(TitleBlockAttribute.Any()) this.BlockName = TitleBlockAttribute.Select(x => x.BlockName).Distinct().First();
64 64
            this.radTextBoxBlockName.Text = this.BlockName;
65 65
            TitleBlockAttribute.ForEach(x => _TitleBlockAttribute.Add(x));
66 66
            this.radGridViewAttributes.DataBindingComplete += RadGridViewAttributes_DataBindingComplete;

내보내기 Unified diff

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