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