File tree Expand file tree Collapse file tree 7 files changed +3
-9
lines changed
Expand file tree Collapse file tree 7 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System ;
6- using System . Collections . Generic ;
7- using System . Text ;
86using System . Threading ;
97using System . Threading . Tasks ;
108
Original file line number Diff line number Diff line change 44
55using Windows . ApplicationModel . Resources ;
66using Windows . UI ;
7- using Windows . UI . WindowManagement ;
87using Windows . UI . Xaml ;
98
109namespace Microsoft . Toolkit . Uwp . Extensions
Original file line number Diff line number Diff line change 33// See the LICENSE file in the project root for more information.
44
55using System ;
6- using System . Collections . Generic ;
76using System . Linq ;
87using Windows . ApplicationModel . Activation ;
98
Original file line number Diff line number Diff line change 66using System . Collections . Generic ;
77using System . Linq ;
88using System . Threading . Tasks ;
9+ using Microsoft . Toolkit . Uwp . Extensions ;
910using Windows . Graphics . Printing ;
1011using Windows . System ;
1112using Windows . UI . Xaml ;
1213using Windows . UI . Xaml . Controls ;
1314using Windows . UI . Xaml . Printing ;
14- using Microsoft . Toolkit . Uwp . Extensions ;
1515
1616namespace Microsoft . Toolkit . Uwp . Helpers
1717{
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5+ using Microsoft . Toolkit . Uwp . Extensions ;
56using Windows . System ;
67using Windows . UI . Xaml ;
7- using Microsoft . Toolkit . Uwp . Extensions ;
88
99namespace Microsoft . Toolkit . Uwp . Helpers
1010{
Original file line number Diff line number Diff line change 66using System . Collections . Generic ;
77using System . Collections . ObjectModel ;
88using System . Linq ;
9+ using Microsoft . Toolkit . Uwp . Extensions ;
910using Windows . System ;
1011using Windows . System . RemoteSystems ;
11- using Microsoft . Toolkit . Uwp . Extensions ;
1212
1313namespace Microsoft . Toolkit . Uwp . Helpers
1414{
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- using Windows . System . Profile ;
6-
75namespace Microsoft . Toolkit . Uwp . Helpers
86{
97 /// <summary>
You can’t perform that action at this time.
0 commit comments