Beispiel #1
0
        public SubItem(SubItem s)
        {
            this.subDefinition = s.subDefinition;
            this.name = s.name;
            this.tooltip = s.tooltip;
            this.previewImage = s.previewImage;


        }