Exemplo n.º 1
0
 public RadioStation(string name = "", string source = "", RadioStreamType streamType = RadioStreamType.Unknown)
 {
     this.Name = name;
     this.Source = source;
     this.StreamType = streamType;
 }
Exemplo n.º 2
0
 public RadioStation(string name = "", string source = "", RadioStreamType streamType = RadioStreamType.Unknown)
 {
     this.Name       = name;
     this.Source     = source;
     this.StreamType = streamType;
 }