private void routerNameChangedHandler(Mixer mixer, string oldName, string newName) { Description = getDescription(input, color); }
private void routerIdChangedHandler(Mixer mixer, int oldValue, int newValue) { Name = getName(input, color); Description = getDescription(input, color); }