CCT.NUI.StartMenu.Model.MenuItem.MenuItem C# (CSharp) Метод

MenuItem() публичный Метод

public MenuItem ( string text, string filePath ) : System
text string
filePath string
Результат System
        public MenuItem(string text, string filePath)
        {
            this.filePath = filePath;
            this.label = text;
        }