rename and fix buttons
parent
2abff77640
commit
55dd1d0034
@ -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")]
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
<maui:MauiWinUIApplication
|
||||
x:Class="MauiApp1.WinUI.App"
|
||||
x:Class="CommanderApp.WinUI.App"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:maui="using:Microsoft.Maui"
|
||||
xmlns:local="using:MauiApp1.WinUI">
|
||||
xmlns:local="using:CommanderApp.WinUI">
|
||||
|
||||
</maui:MauiWinUIApplication>
|
||||
|
||||
Loading…
Reference in New Issue