Skip to content

Commit ac41d29

Browse files
committed
Added missing header.
1 parent 9509fa8 commit ac41d29

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Microsoft.Toolkit.Graph.Controls/TestObservableCollection.cs

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System;
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+
// See the LICENSE file in the project root for more information.
4+
5+
using System;
26
using System.Collections;
37
using System.Collections.Generic;
48
using System.Collections.ObjectModel;

0 commit comments

Comments
 (0)