public void SetNoText(string text) { buttonNo.SetText(text); }
public void SetCancelText(string text) { buttonCancel.SetText(text); }
public void SetOkayText(string text) { buttonOkay.SetText(text); }