AGS.Editor.SplashPage.ConstructFull C# (CSharp) Метод

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

public ConstructFull ( string tagLine ) : void
tagLine string
Результат void
        public void ConstructFull(string tagLine)
        {
            GeneralLooks = SplashLooks.Full;
            ArrangeLogo();
            ArrangeTagLine(tagLine);
            ArrangeBuildInfo();
        }