/WifiChannelSpread/WiFiChannelSpread/Map.cs
C# | 17 lines | 16 code | 1 blank | 0 comment | 0 complexity | dd84fbaf3719c12cbaa5599726822db0 MD5 | raw file
1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Text; 5using GMap.NET.WindowsPresentation; 6using System.Windows.Media; 7 8namespace WiFiChannelSpread 9{ 10 public class Map : GMapControl 11 { 12 protected override void OnRender(DrawingContext drawingContext) 13 { 14 base.OnRender(drawingContext); 15 } 16 } 17}