ComponentFactory.Krypton.Docking.KryptonStorePage.KryptonStorePage C# (CSharp) Метод

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

Initialize a new instance of the KryptonStorePage class.
public KryptonStorePage ( string uniqueName, string storeName ) : System
uniqueName string UniqueName of the page this is placeholding.
storeName string Storage name associated with this page location.
Результат System
        public KryptonStorePage(string uniqueName, string storeName)
        {
            Visible = false;
            UniqueName = uniqueName;
            _storeName = storeName;
        }
KryptonStorePage