File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
UnitTests/UnitTests.UWP/Extensions Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- using Microsoft . Toolkit . Uwp . Extensions ;
2- using Microsoft . Toolkit . Uwp . UI . Extensions ;
3- using Microsoft . VisualStudio . TestTools . UnitTesting ;
4- using Microsoft . VisualStudio . TestTools . UnitTesting . AppContainer ;
5- using System ;
6- using System . Collections . Generic ;
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+
75using System . Linq ;
8- using System . Text ;
96using System . Threading . Tasks ;
7+ using Microsoft . Toolkit . Uwp . Extensions ;
8+ using Microsoft . Toolkit . Uwp . UI . Extensions ;
9+ using Microsoft . VisualStudio . TestTools . UnitTesting ;
1010using Windows . UI . Xaml ;
1111using Windows . UI . Xaml . Controls ;
1212using Windows . UI . Xaml . Markup ;
You can’t perform that action at this time.
0 commit comments