HamBook – Diff between revs 58 and 61
?pathlinks?
Rev 58 | Rev 61 | |||
---|---|---|---|---|
Line 199... | Line 199... | |||
199 | continue; |
199 | continue; |
|
200 | } |
200 | } |
|
Line 201... | Line 201... | |||
201 | |
201 | |
|
202 | var toastFrom = new ToastForm( |
202 | var toastFrom = new ToastForm( |
|
203 | $"{Resources.Signal_detected_during_scan}", |
203 | $"{Resources.Signal_detected_during_scan}", |
|
- | 204 | $"{Resources.Frequency}: {_currentFrequency}Hz") |
||
204 | $"{Resources.Frequency}: {_currentFrequency}Hz", |
205 | { |
|
205 | notificationState.LingerTime, |
206 | LingerTime = notificationState.LingerTime, |
|
- | 207 | Icon = Constants.AssemblyIcon |
||
Line 206... | Line 208... | |||
206 | Constants.AssemblyIcon); |
208 | }; |
|
Line 207... | Line 209... | |||
207 | |
209 | |
|
208 | System.Windows.Forms.Application.Run(toastFrom); |
210 | System.Windows.Forms.Application.Run(toastFrom); |