We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b3254 commit dc610d2Copy full SHA for dc610d2
test/coverlet.tests.projectsample.wpf/TestClass.cs
@@ -1,8 +1,12 @@
1
-using System.Windows.Controls;
+// Copyright (c) Toni Solarin-Sodara
2
+// Licensed under the MIT license. See LICENSE file in the project root for full license information.
3
-namespace coverlet.tests.projectsample.wpf;
4
+using System.Windows.Controls;
5
-public class TestClass
6
+namespace coverlet.tests.projectsample.wpf
7
{
- public UserControl Control { get; set; }
8
+ public class TestClass
9
+ {
10
+ public UserControl Control { get; set; }
11
+ }
12
}
0 commit comments