Skip to content

Commit bf4a509

Browse files
committed
removed warnings
1 parent 6a8e807 commit bf4a509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ThinkSharp.FeatureTour.Test/VisualElementManagerMock.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ VisualElement IVisualElementManager.GetVisualElement(string elementID, bool incl
4949

5050
internal class WindowManagerMock : IWindowManager
5151
{
52+
#pragma warning disable 0067
5253
public event EventHandler<WindowActivationChangedEventArgs> WindowRemoved;
54+
#pragma warning restore 0067
5355
public Guid GetWindowID(UIElement element, string elementID)
5456
{
5557
return Guid.Parse("df575070-f243-4e6d-bc14-a5196294cedf");

0 commit comments

Comments
 (0)