speech_asr
2024-01-15 751a018a431595b0745e864a578bfb0db6a76bc6
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}