11 lines
159 B
C#
Raw Permalink Normal View History

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