diff --git a/TINK/TINK/App.xaml.cs b/TINK/TINK/App.xaml.cs index 9a5c35c..d5c1360 100644 --- a/TINK/TINK/App.xaml.cs +++ b/TINK/TINK/App.xaml.cs @@ -20,7 +20,6 @@ using TINK.Services.BluetoothLock.Crypto; using TINK.Model.Services.Geolocation; using TINK.Services; using System.Threading.Tasks; -using Xamarin.Essentials; #if ARENDI using Arendi.BleLibrary.Local; #endif diff --git a/TINK/TINK/View/MyBikes/MyBikesPage.xaml.cs b/TINK/TINK/View/MyBikes/MyBikesPage.xaml.cs index 006d978..c9741bc 100644 --- a/TINK/TINK/View/MyBikes/MyBikesPage.xaml.cs +++ b/TINK/TINK/View/MyBikes/MyBikesPage.xaml.cs @@ -1,26 +1,16 @@ using Plugin.Connectivity; using System; -using System.Linq; using System.Threading; using System.Threading.Tasks; -using TINK.Model.Bike.BluetoothLock; #if USEMASTERDETAIL || USEFLYOUT using TINK.View.MasterDetail; #endif -using TINK.ViewModel; using Xamarin.Forms; using Xamarin.Forms.Xaml; namespace TINK.View.MyBikes { - using Plugin.Permissions.Abstractions; - using Plugin.Permissions; - using TINK.Model; - using TINK.Services.BluetoothLock.Tdo; - using System.Collections.Generic; using Serilog; - using Plugin.BLE; - using TINK.Services.BluetoothLock; using TINK.ViewModel.MyBikes; using Xamarin.CommunityToolkit.Extensions; diff --git a/TINK/TINK/View/RootFlyout/RootPageFlyoutMenuItem.cs b/TINK/TINK/View/RootFlyout/RootPageFlyoutMenuItem.cs index 51898c4..4756def 100644 --- a/TINK/TINK/View/RootFlyout/RootPageFlyoutMenuItem.cs +++ b/TINK/TINK/View/RootFlyout/RootPageFlyoutMenuItem.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace TINK.View.Root {