Пример #1
0
 private void routerNameChangedHandler(Mixer mixer, string oldName, string newName)
 {
     Description = getDescription(input, color);
 }
Пример #2
0
 private void routerIdChangedHandler(Mixer mixer, int oldValue, int newValue)
 {
     Name        = getName(input, color);
     Description = getDescription(input, color);
 }