Exemplo n.º 1
0
 public void Apply(IconHolder other)
 {
     Source = other.Source;
     Name   = other.Name;
 }
Exemplo n.º 2
0
 public RemoteButtonBase()
 {
     Icon = new IconHolder();
     ActiveBackgroundColorStr = "#FFEFEFEF";
     ActiveColor = Colors.Black;
 }