Esempio n. 1
0
 private void Refresh()
 {
     _label.text = Value ? Value.name : "Unconnected";
     _icon.SetEnabled(Value);
 }