Ejemplo n.º 1
0
        public void SetKey(string key)
        {
            string labelText = TacoConfig.GetValue(key);

            SetText(labelText);
        }
Ejemplo n.º 2
0
        public void SetKey(string key)
        {
            string buttonText = TacoConfig.GetValue(key);

            SetText(buttonText);
        }