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

@ -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,