예제 #1
0
파일: SubItem.cs 프로젝트: BenVlodgi/BEE2
        public SubItem(SubItem s)
        {
            this.subDefinition = s.subDefinition;
            this.name = s.name;
            this.tooltip = s.tooltip;
            this.previewImage = s.previewImage;


        }