AGS.Editor.SplashPage.Design.Design C# (CSharp) Méthode

Design() static private méthode

static private Design ( ) : System
Résultat System
            static Design()
            {
                FontFamily fontfam = Utilities.FindExistingFont(Design.FontNames);
                FontName = fontfam.Name;
            }
SplashPage.Design