diff --git a/App.xaml b/App.xaml index 8fb5f38..5820c48 100644 --- a/App.xaml +++ b/App.xaml @@ -1,8 +1,8 @@  + xmlns:local="clr-namespace:CommanderApp" + x:Class="CommanderApp.App"> diff --git a/App.xaml.cs b/App.xaml.cs index b4d805a..ebd66b4 100644 --- a/App.xaml.cs +++ b/App.xaml.cs @@ -1,4 +1,4 @@ -namespace MauiApp1 +namespace CommanderApp { public partial class App : Application { diff --git a/AppShell.xaml b/AppShell.xaml index 5fb3b39..f4857ae 100644 --- a/AppShell.xaml +++ b/AppShell.xaml @@ -1,10 +1,10 @@ + xmlns:local="clr-namespace:CommanderApp" + Title="MAUI Comander"> maccatalyst-x64;maccatalyst-arm64 --> Exe - MauiApp1 + CommanderApp true true enable enable - MauiApp1 + CommanderApp com.companyname.mauiapp1 diff --git a/FileSystemItem.cs b/FileSystemItem.cs index 8c1da87..e62c415 100644 --- a/FileSystemItem.cs +++ b/FileSystemItem.cs @@ -1,4 +1,4 @@ -namespace MauiApp1 +namespace CommanderApp { public class FileSystemItem { diff --git a/FileSystemService.cs b/FileSystemService.cs index b5e3584..3055c3b 100644 --- a/FileSystemService.cs +++ b/FileSystemService.cs @@ -1,4 +1,4 @@ -namespace MauiApp1 +namespace CommanderApp { public class FileSystemService : IFileSystemService { diff --git a/GlobalXmlns.cs b/GlobalXmlns.cs index b7e85bc..9d00bfd 100644 --- a/GlobalXmlns.cs +++ b/GlobalXmlns.cs @@ -1,2 +1,2 @@ -[assembly: XmlnsDefinition("http://schemas.microsoft.com/dotnet/maui/global", "MauiApp1")] -[assembly: XmlnsDefinition("http://schemas.microsoft.com/dotnet/maui/global", "MauiApp1.Pages")] +[assembly: XmlnsDefinition("http://schemas.microsoft.com/dotnet/maui/global", "CommanderApp")] +[assembly: XmlnsDefinition("http://schemas.microsoft.com/dotnet/maui/global", "CommanderApp.Pages")] diff --git a/IFileSystemService.cs b/IFileSystemService.cs index a12a594..1947800 100644 --- a/IFileSystemService.cs +++ b/IFileSystemService.cs @@ -1,4 +1,4 @@ -namespace MauiApp1 +namespace CommanderApp { public interface IFileSystemService { diff --git a/MainPage.xaml b/MainPage.xaml index 11ac0c9..93a7e11 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -1,7 +1,7 @@  @@ -79,16 +79,23 @@ - - -