Ejemplo n.º 1
0
        public void UpdateButton(string text, bool buttonEnabled = true)
        {
            if (!string.IsNullOrEmpty(text))
            {
                ButtonLabel.SetText(text);
            }

            EnableButton(buttonEnabled);
        }