Files
IGP-Fan-Reference/Device/AppShell.xaml.cs
T

9 lines
128 B
C#

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