Exemplo n.º 1
0
 void InitStatusLabel(ControlId label, bool statusOk, Func <bool, string> strings)
 {
     view.SetLabelProps(label, strings(statusOk), CustomFormatPageUtils.GetLabelColor(statusOk));
 }