hobd.IconTextElement.IconTextElement C# (CSharp) Method

IconTextElement() public method

public IconTextElement ( string icon, string text ) : System
icon string
text string
return System
        public IconTextElement(string icon, string text)
            : base(text)
        {
            this.Style = HOBD.theme.PhoneTextNormalStyle;
        }