HamBook – Blame information for rev 54

Subversion Repositories:
Rev:
Rev Author Line No. Line
54 office 1 using System.ComponentModel;
12 office 2  
3 namespace Configuration
4 {
5 public enum NotificationType
6 {
7 None,
8  
9 [Description("Signal detected while scanning")]
10 SignalScanDetect
11 }
54 office 12 }