AddonManager.AddonProject.Theme.Theme C# (CSharp) Method

Theme() public method

public Theme ( ) : System
return System
            public Theme()
            {
                defaultThemeXaml = Properties.Resources.CustomThemeSample;
                themeXaml = defaultThemeXaml;

                addonCreator = "Smarty McSmartyFace";
                addonDescription = "A simple description of my new addon!\r\n<p>Look at <u>all</u> this <i>fancy</i> <b>HTML</b>!</p>";
                addonName = "My New Addon";
                addonVersion = "v1.33.7";
            }
        }
AddonProject.Theme