hobd.IconTextElement.IconTextElement C# (CSharp) 메소드

IconTextElement() 공개 메소드

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