/WifiChannelSpread/WiFiChannelSpread/Map.cs
# · C# · 17 lines · 16 code · 1 blank · 0 comment · 0 complexity · dd84fbaf3719c12cbaa5599726822db0 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using GMap.NET.WindowsPresentation;
- using System.Windows.Media;
-
- namespace WiFiChannelSpread
- {
- public class Map : GMapControl
- {
- protected override void OnRender(DrawingContext drawingContext)
- {
- base.OnRender(drawingContext);
- }
- }
- }