FunASR/runtime/csharp/AliParaformerAsr/AliParaformerAsr.Examples.M.../AppShell.xaml.cs

10 lines
116 B
C#

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