Controls.Category.Category C# (CSharp) Method

Category() public method

public Category ( Category c ) : System
c Category
return System
        public Category(Category c)
        {
            this.name = c.name;
            this.imagepath = c.imagepath;
            this.foods = c.foods;
            this.altimagepath = c.altimagepath;
        }

Same methods

Category::Category ( string n, string i, ItemList f, string a = "" ) : System