File tree Expand file tree Collapse file tree 6 files changed +6
-15
lines changed
Microsoft.Toolkit.Uwp.Connectivity/BluetoothLEHelper Expand file tree Collapse file tree 6 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 88using System . Linq ;
99using System . Threading ;
1010using System . Threading . Tasks ;
11- using Microsoft . Toolkit . Uwp . Helpers ;
11+ using Microsoft . Toolkit . Uwp . Extensions ;
1212using Windows . Devices . Bluetooth ;
1313using Windows . Devices . Bluetooth . Advertisement ;
1414using Windows . Devices . Enumeration ;
1515using Windows . System ;
16- using Microsoft . Toolkit . Uwp . Extensions ;
1716
1817namespace Microsoft . Toolkit . Uwp . Connectivity
1918{
Original file line number Diff line number Diff line change 1111using System . Runtime . CompilerServices ;
1212using System . Threading ;
1313using System . Threading . Tasks ;
14- using Microsoft . Toolkit . Uwp . Helpers ;
14+ using Microsoft . Toolkit . Uwp . Extensions ;
1515using Windows . Devices . Bluetooth ;
1616using Windows . Devices . Bluetooth . GenericAttributeProfile ;
1717using Windows . Devices . Enumeration ;
1818using Windows . System ;
19- using Windows . UI . Core ;
2019using Windows . UI . Xaml . Media . Imaging ;
21- using Microsoft . Toolkit . Uwp . Extensions ;
2220
2321namespace Microsoft . Toolkit . Uwp . Connectivity
2422{
Original file line number Diff line number Diff line change 77using System . Linq ;
88using System . Runtime . CompilerServices ;
99using System . Threading . Tasks ;
10- using Microsoft . Toolkit . Uwp . Helpers ;
10+ using Microsoft . Toolkit . Uwp . Extensions ;
1111using Windows . Devices . Bluetooth ;
1212using Windows . Devices . Bluetooth . GenericAttributeProfile ;
1313using Windows . Security . Cryptography ;
1414using Windows . Storage . Streams ;
1515using Windows . System ;
16- using Microsoft . Toolkit . Uwp . Extensions ;
1716
1817namespace Microsoft . Toolkit . Uwp . Connectivity
1918{
Original file line number Diff line number Diff line change 77using System . IO ;
88using System . Reflection ;
99using System . Threading . Tasks ;
10- using Microsoft . Toolkit . Uwp . Helpers ;
10+ using Microsoft . Toolkit . Uwp . Extensions ;
1111using Windows . Storage ;
12- using Windows . Storage . Streams ;
1312using Windows . System ;
1413using Windows . UI . Xaml . Media . Imaging ;
15- using Microsoft . Toolkit . Uwp . Extensions ;
1614
1715namespace Microsoft . Toolkit . Uwp . UI
1816{
Original file line number Diff line number Diff line change 44
55using System ;
66using System . Threading ;
7- using Microsoft . Toolkit . Uwp . Helpers ;
7+ using Microsoft . Toolkit . Uwp . Extensions ;
88using Windows . Devices . Input ;
99using Windows . Foundation ;
1010using Windows . System ;
1313using Windows . UI . Xaml ;
1414using Windows . UI . Xaml . Controls ;
1515using Windows . UI . Xaml . Input ;
16- using Microsoft . Toolkit . Uwp . Extensions ;
1716
1817namespace Microsoft . Toolkit . Uwp . UI . Extensions
1918{
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 . Diagnostics ;
76using System . Runtime . CompilerServices ;
87using System . Threading . Tasks ;
9- using Microsoft . Toolkit . Uwp . Helpers ;
8+ using Microsoft . Toolkit . Uwp . Extensions ;
109using Windows . Foundation . Metadata ;
1110using Windows . System ;
1211using Windows . UI . ViewManagement ;
1312using Windows . UI . Xaml ;
14- using Microsoft . Toolkit . Uwp . Extensions ;
1513
1614[ assembly: InternalsVisibleTo ( "UnitTests.XamlIslands.UWPApp" ) ]
1715
You can’t perform that action at this time.
0 commit comments