Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 133403f

Browse files
authored
WeakEventManager made public (#12063) fixes #8405,
1 parent 1882b5d commit 133403f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Xamarin.Forms.Core/WeakEventManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Xamarin.Forms
99
{
10-
class WeakEventManager
10+
public class WeakEventManager
1111
{
1212
readonly Dictionary<string, List<Subscription>> _eventHandlers = new Dictionary<string, List<Subscription>>();
1313

0 commit comments

Comments
 (0)