File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed
Microsoft.Toolkit.Uwp.Notifications/Toasts
Microsoft.Toolkit.Win32.WpfCore.SampleApp
UnitTests/UnitTests.Notifications.Shared Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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 ;
26using System . Collections ;
37using System . Collections . Generic ;
48using System . Linq ;
Original file line number Diff line number Diff line change 1- using System ;
2- using System . Collections . Generic ;
3- using System . Text ;
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.
44
55namespace Microsoft . Toolkit . Win32 . WpfCore . SampleApp
66{
Original file line number Diff line number Diff line change 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 ;
26using System . Collections . Generic ;
37using System . Linq ;
48using Microsoft . Toolkit . Uwp . Notifications ;
You can’t perform that action at this time.
0 commit comments