CCT.NUI.StartMenu.Model.MenuItem.MenuItem C# (CSharp) Method

MenuItem() public method

public MenuItem ( string text, string filePath ) : System
text string
filePath string
return System
        public MenuItem(string text, string filePath)
        {
            this.filePath = filePath;
            this.label = text;
        }