Files
Relay/RelayClient/AppShell.xaml.cs
Cody Larkin d3d52c3553 remade into 1 project
remade into 1 project
2026-03-14 18:41:39 -04:00

9 lines
133 B
C#

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