Namespace + Clean

This commit is contained in:
2024-10-12 17:18:27 +02:00
parent 1a88514a6f
commit 3fb27994ec
2 changed files with 44 additions and 49 deletions

View File

@@ -1,12 +1,11 @@

namespace Jugenddienst_Stunden {
namespace Jugenddienst_Stunden;
public partial class App : Application {
public App() {
InitializeComponent();
MainPage = new AppShell();
}
@@ -48,4 +47,3 @@ namespace Jugenddienst_Stunden {
//#endif
// }
}
}

View File

@@ -1,12 +1,9 @@

using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging;
using Microsoft.Maui.LifecycleEvents;
using ZXing.Net.Maui.Controls;
namespace Jugenddienst_Stunden;
public static class MauiProgram {
public static MauiApp CreateMauiApp() {
var builder = MauiApp.CreateBuilder();