HamBook – Rev 12
?pathlinks?
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Configuration
{
public enum NotificationType
{
None,
[Description("Signal detected while scanning")]
SignalScanDetect
}
}