Ejemplo n.º 1
0
 public int CompareTo(IVolumeUpdate other)
 {
     if (other is VolumeChanged c)
     {
         return(CompareTo(c));
     }
     throw new ArgumentException();
 }
Ejemplo n.º 2
0
 public async Task WriteVolumeChanged(IVolumeUpdate e)
 {
     await WriteMessage(e.ToString());
 }