ServicePartsStockManagement.../AppSAV/AppShell.xaml.cs
2025-01-16 15:15:49 +01:00

9 lines
128 B
C#

namespace AppSAV;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}