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

10 lines
116 B
C#
Raw Normal View History

2024-05-18 15:50:56 +08:00
namespace MauiApp1;
public partial class AppShell : Shell
{
public AppShell()
{
InitializeComponent();
}
}