Files
School/Anul 2/Semestrul 2/ISS/Lab4/UBB-SE-2024-TechTitans/TechTitans/AppShell.xaml.cs
T
2024-08-31 12:07:21 +03:00

11 lines
163 B
C#

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