Update MapBase.WinUI.cs

This commit is contained in:
ClemensFischer 2024-05-21 22:06:14 +02:00
parent 8708c7ffe6
commit 5c3ebbc083

View file

@ -363,7 +363,7 @@ namespace MapControl
}
}
public void BeginAnimation(string property, Timeline animation)
private void BeginAnimation(string property, Timeline animation)
{
Storyboard.SetTarget(animation, this);
Storyboard.SetTargetProperty(animation, property);