Example #1
0
        public void SetKey(string key)
        {
            string labelText = TacoConfig.GetValue(key);

            SetText(labelText);
        }
Example #2
0
        public void SetKey(string key)
        {
            string buttonText = TacoConfig.GetValue(key);

            SetText(buttonText);
        }