PageRenderTime 42ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/WifiChannelSpread/WiFiChannelSpread/Map.cs

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