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
|
|
@ -25,7 +25,7 @@ namespace MapControl
|
|||
/// <summary>
|
||||
/// Displays a single map image from a Web Map Service (WMS).
|
||||
/// </summary>
|
||||
public partial class WmsImageLayer : MapImageLayer
|
||||
public class WmsImageLayer : MapImageLayer
|
||||
{
|
||||
public static readonly DependencyProperty ServiceUriProperty =
|
||||
DependencyPropertyHelper.Register<WmsImageLayer, Uri>(nameof(ServiceUri), null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue