Exemple #1
0
 public virtual void Apply()
 {
     if (Created)
     {
         TextControl.Apply(_Text);
     }
 }
Exemple #2
0
        public override void Create(bool active)
        {
            base.Create(active);

            TextControl.Apply(_Text);
        }