Skip to content

Commit c3d0283

Browse files
committed
Adjust namespace, add license
1 parent b3bbf67 commit c3d0283

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Microsoft.DotNet.Wpf/tests/UnitTests/PresentationCore.Tests/System/Windows/Input/MouseActionConverter.Tests.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
using System.Collections;
2-
using System.Windows.Input;
1+
// Licensed to the .NET Foundation under one or more agreements.
2+
// The .NET Foundation licenses this file to you under the MIT license.
3+
34
using System.ComponentModel;
45
using System.ComponentModel.Design.Serialization;
56

6-
namespace PresentationCore.Tests.System.Windows.Input
7+
namespace System.Windows.Input
78
{
89
public class MouseActionConverterTests
910
{

0 commit comments

Comments
 (0)