Treefrog.Presentation.Layers.GroupLayerPresenter.GroupLayerPresenter C# (CSharp) 메소드

GroupLayerPresenter() 공개 메소드

public GroupLayerPresenter ( ) : System.Collections.ObjectModel
리턴 System.Collections.ObjectModel
        public GroupLayerPresenter()
        {
            _layers = new ObservableCollection<LayerPresenter>();
        }
GroupLayerPresenter