File tree 10 files changed +8
-10
lines changed
MAUI-gRPC/MauiAntGrpcClient
10 files changed +8
-10
lines changed Original file line number Diff line number Diff line change 2
2
using Microsoft . Extensions . Logging ;
3
3
using SmallEarthTech . AntRadioInterface ;
4
4
5
- namespace SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar
5
+ namespace SmallEarthTech . AntPlus . DeviceProfiles
6
6
{
7
7
public partial class BikeRadar : AntDevice
8
8
{
Original file line number Diff line number Diff line change 4
4
using MauiAntGrpcClient . ViewModels ;
5
5
using Microsoft . Extensions . Logging ;
6
6
using SmallEarthTech . AntPlus ;
7
- using SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar ;
7
+ using SmallEarthTech . AntPlus . DeviceProfiles ;
8
8
using SmallEarthTech . AntPlus . Extensions . Hosting ;
9
9
using SmallEarthTech . AntRadioInterface ;
10
10
Original file line number Diff line number Diff line change 3
3
xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
4
4
xmlns : views =" clr-namespace:MauiAntGrpcClient.Views"
5
5
xmlns : viewmodels =" clr-namespace:MauiAntGrpcClient.ViewModels"
6
- xmlns : bikeradar =" clr-namespace:SmallEarthTech.AntPlus.DeviceProfiles.BikeRadar "
6
+ xmlns : bikeradar =" clr-namespace:SmallEarthTech.AntPlus.DeviceProfiles"
7
7
x : DataType =" viewmodels:BikeRadarViewModel"
8
8
x : Class =" MauiAntGrpcClient.Pages.BikeRadarPage"
9
9
Title =" BikeRadarPage" >
Original file line number Diff line number Diff line change 1
1
using CommunityToolkit . Mvvm . ComponentModel ;
2
2
using CommunityToolkit . Mvvm . Input ;
3
- using SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar ;
3
+ using SmallEarthTech . AntPlus . DeviceProfiles ;
4
4
using System . ComponentModel ;
5
5
6
6
namespace MauiAntGrpcClient . ViewModels
Original file line number Diff line number Diff line change 5
5
using SmallEarthTech . AntPlus . DeviceProfiles ;
6
6
using SmallEarthTech . AntPlus . DeviceProfiles . AssetTracker ;
7
7
using SmallEarthTech . AntPlus . DeviceProfiles . BicyclePower ;
8
- using SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar ;
9
8
using SmallEarthTech . AntPlus . DeviceProfiles . BikeSpeedAndCadence ;
10
9
using SmallEarthTech . AntPlus . DeviceProfiles . FitnessEquipment ;
11
10
using SmallEarthTech . AntPlus . Extensions . Hosting ;
Original file line number Diff line number Diff line change 6
6
using System . IO ;
7
7
using System . Threading . Tasks ;
8
8
9
- namespace SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar
9
+ namespace SmallEarthTech . AntPlus . DeviceProfiles
10
10
{
11
11
public partial class BikeRadar : AntDevice
12
12
{
Original file line number Diff line number Diff line change 2
2
using SmallEarthTech . AntPlus . DeviceProfiles ;
3
3
using SmallEarthTech . AntPlus . DeviceProfiles . AssetTracker ;
4
4
using SmallEarthTech . AntPlus . DeviceProfiles . BicyclePower ;
5
- using SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar ;
6
5
using SmallEarthTech . AntPlus . DeviceProfiles . BikeSpeedAndCadence ;
7
6
using SmallEarthTech . AntPlus . DeviceProfiles . FitnessEquipment ;
8
7
using System ;
Original file line number Diff line number Diff line change 3
3
using Microsoft . Extensions . Logging ;
4
4
using Serilog ;
5
5
using SmallEarthTech . AntPlus ;
6
- using SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar ;
6
+ using SmallEarthTech . AntPlus . DeviceProfiles ;
7
7
using SmallEarthTech . AntPlus . Extensions . Hosting ;
8
8
using SmallEarthTech . AntRadioInterface ;
9
9
using SmallEarthTech . AntUsbStick ;
Original file line number Diff line number Diff line change 1
1
using CommunityToolkit . Mvvm . Input ;
2
- using SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar ;
2
+ using SmallEarthTech . AntPlus . DeviceProfiles ;
3
3
using System . ComponentModel ;
4
4
using System . Threading . Tasks ;
5
5
using System . Windows ;
Original file line number Diff line number Diff line change 1
- using SmallEarthTech . AntPlus . DeviceProfiles . BikeRadar ;
1
+ using SmallEarthTech . AntPlus . DeviceProfiles ;
2
2
using System . Windows ;
3
3
using WpfUsbStickApp . ViewModels ;
4
4
You can’t perform that action at this time.
0 commit comments