Ejemplo n.º 1
0
        public TextPanelLight(string content)
        {
            base.BeginInit();

            this.content  = content;
            this.parser   = new KCodeParser();
            this.elements = this.parser.Parse(this.content);
        }
Ejemplo n.º 2
0
        public TextPanelLight()
        {
            base.BeginInit();

            this.parser = new KCodeParser();
        }