mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Removed partial class declarations
This commit is contained in:
parent
82466bbab7
commit
186f734bcc
4 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// A MapPanel with a collection of GroundOverlay or GeoImage children.
|
||||
/// </summary>
|
||||
public partial class MapOverlaysPanel : MapPanel
|
||||
public class MapOverlaysPanel : MapPanel
|
||||
{
|
||||
public static readonly DependencyProperty SourcePathsProperty =
|
||||
DependencyPropertyHelper.Register<MapOverlaysPanel, IEnumerable<string>>(nameof(SourcePaths), null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue