Skip to content

Commit

Permalink
Small fix (fix #602)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Oct 26, 2024
1 parent fd63ba1 commit 707d471
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/GKv3/GEDKeeper3/GKUI/Forms/MapsViewerWin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#pragma warning disable CS0618

using System;
using System.Collections.Generic;
using Eto.Forms;
using Eto.Serialization.Xaml;
using GDModel;
Expand All @@ -29,6 +30,7 @@
using GKCore.Design.Controls;
using GKCore.Design.Views;
using GKCore.Interfaces;
using GKCore.Maps;
using GKMap;
using GKMap.EtoForms;
using GKMap.MapProviders;
Expand Down
2 changes: 2 additions & 0 deletions projects/GKvX/GEDKeeperX/GKUI/Forms/MapsViewerWin.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@
*/

using System;
using System.Collections.Generic;
using GDModel;
using GKCore;
using GKCore.Controllers;
using GKCore.Design.Controls;
using GKCore.Design.Views;
using GKCore.Interfaces;
using GKCore.Maps;
using GKMap;
using GKMap.MapProviders;
using GKMap.Xamarin;
Expand Down

0 comments on commit 707d471

Please sign in to comment.