Files
WorkTime/WorkTime.Mobile/AppShell.xaml.cs
2025-11-12 11:49:15 +01:00

7 lines
133 B
C#

namespace WorkTime.Mobile;
public partial class AppShell : Shell {
public AppShell() {
InitializeComponent();
}
}