Removed partial class declarations

This commit is contained in:
ClemensFischer 2024-12-31 16:11:37 +01:00
parent 82466bbab7
commit 186f734bcc
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ using DispatcherTimer = Microsoft.UI.Dispatching.DispatcherQueueTimer;
namespace MapControl
{
public abstract partial class MapTileLayerBase : Panel, IMapLayer
public abstract class MapTileLayerBase : Panel, IMapLayer
{
public static readonly DependencyProperty TileSourceProperty =
DependencyPropertyHelper.Register<MapTileLayerBase, TileSource>(nameof(TileSource), null,