Artemis.Profiles.ProfileModel.ProfileModel C# (CSharp) Méthode

ProfileModel() public méthode

public ProfileModel ( ) : System
Résultat System
        public ProfileModel()
        {
            Layers = new ChildItemCollection<ProfileModel, LayerModel>(this);
            DrawingVisual = new DrawingVisual();
        }