Update PropertyHelper.cs

This commit is contained in:
ClemensF 2021-01-17 23:46:31 +01:00
parent ad757def15
commit df501f6b8b

View file

@ -12,7 +12,7 @@ using System.Windows.Data;
namespace MapControl
{
public static class PropertyHelper
internal static class PropertyHelper
{
public static Binding GetBinding(this object sourceObject, string sourceProperty)
{