ComponentFactory.Krypton.Navigator.KryptonPage.KryptonPage C# (CSharp) Метод

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

Initialize a new instance of the KryptonPage class.
public KryptonPage ( string text, string uniqueName ) : System
text string Initial text.
uniqueName string Initial unique name.
Результат System
        public KryptonPage(string text, string uniqueName)
            : this(text, null, uniqueName)
        {
        }

Same methods

KryptonPage::KryptonPage ( ) : System
KryptonPage::KryptonPage ( string text ) : System
KryptonPage::KryptonPage ( string text, Image imageSmall, string uniqueName ) : System