HamBook – Diff between revs 12 and 13

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 12 Rev 13
Line 14... Line 14...
14 public class Notifications : INotifyPropertyChanged 14 public class Notifications : INotifyPropertyChanged
15 { 15 {
Line 16... Line 16...
16 16
17 private NotificationState[] _notificationState = new NotificationState[] 17 private NotificationState[] _notificationState = new NotificationState[]
18 { 18 {
19 new NotificationState() { Type = NotificationType.SignalScanDetect, Enabled = false, LingerTime = 1000 }, 19 new NotificationState { Type = NotificationType.SignalScanDetect, Enabled = false, LingerTime = 1000 },
Line 20... Line 20...
20 }; 20 };
21   21  
22 public NotificationState[] State 22 public NotificationState[] State