Artemis.Profiles.ProfileModel.ProfileModel C# (CSharp) 메소드

ProfileModel() 공개 메소드

public ProfileModel ( ) : System
리턴 System
        public ProfileModel()
        {
            Layers = new ChildItemCollection<ProfileModel, LayerModel>(this);
            DrawingVisual = new DrawingVisual();
        }