File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22<ContentPage xmlns =" http://schemas.microsoft.com/dotnet/2021/maui"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
44 xmlns : empowerPlant =" clr-namespace:EmpowerPlant"
5- xmlns : models =" clr-namespace:Empower .Models"
5+ xmlns : models =" clr-namespace:EmpowerPlant .Models"
66 x : DataType =" empowerPlant:CartViewModel"
77 x : Class =" EmpowerPlant.CartPage"
88 Title =" Cart" >
Original file line number Diff line number Diff line change 11using EmpowerPlant . Services ;
2- using Empower . Models ;
2+ using EmpowerPlant . Models ;
33
44namespace EmpowerPlant ;
55
Original file line number Diff line number Diff line change 1- namespace DotNetMaui ;
1+ namespace EmpowerPlant ;
22
33public static class Configuration
44{
Original file line number Diff line number Diff line change 22<ContentPage xmlns =" http://schemas.microsoft.com/dotnet/2021/maui"
33 xmlns : x =" http://schemas.microsoft.com/winfx/2009/xaml"
44 xmlns : empowerPlant =" clr-namespace:EmpowerPlant"
5- xmlns : models =" clr-namespace:Empower .Models"
5+ xmlns : models =" clr-namespace:EmpowerPlant .Models"
66 x : DataType =" empowerPlant:ListViewModel"
77 x : Class =" EmpowerPlant.ListPage"
88 NavigationPage.BackButtonTitle=" Back"
Original file line number Diff line number Diff line change 11using EmpowerPlant . Services ;
2- using Empower . Models ;
2+ using EmpowerPlant . Models ;
33
44namespace EmpowerPlant ;
55
Original file line number Diff line number Diff line change 11using EmpowerPlant . Services ;
2- using Empower . Models ;
2+ using EmpowerPlant . Models ;
33using Microsoft . Extensions . Logging ;
44
55namespace EmpowerPlant ;
Original file line number Diff line number Diff line change 11using System . Windows . Input ;
2- using Empower . Models ;
2+ using EmpowerPlant . Models ;
33
44namespace EmpowerPlant ;
55
Original file line number Diff line number Diff line change 11using System . Net . Http . Json ;
2- using Empower . Models ;
2+ using EmpowerPlant . Models ;
33using Microsoft . Extensions . Logging ;
44
55namespace EmpowerPlant . Services ;
Original file line number Diff line number Diff line change 1- namespace Empower . Models ;
1+ namespace EmpowerPlant . Models ;
22
33public class Product
44{
You can’t perform that action at this time.
0 commit comments