ServicePartsStockManagement.../AppSAV/AppShell.xaml.cs

9 lines
128 B
C#
Raw Normal View History

2025-01-16 15:15:49 +01:00
namespace AppSAV;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}