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

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

            SetText(buttonText);
        }