mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-05-07 13:37:47 +00:00
Removed partial class declarations
This commit is contained in:
parent
82466bbab7
commit
186f734bcc
4 changed files with 4 additions and 4 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue