Files
RelayClient/RelayChat/AppShell.xaml.cs
2026-03-09 18:47:32 -04:00

9 lines
131 B
C#

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