11 lines
173 B
C#
Raw Normal View History

2025-10-11 18:25:59 +08:00
namespace XiaoZhiSharp_MauiApp
{
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}
}