speech_asr
2024-03-20 3987276e596356271c5c71263097db5fb63c6438
1
2
3
4
5
6
7
8
9
namespace MauiApp1;
 
public partial class AppShell : Shell
{
    public AppShell()
    {
        InitializeComponent();
    }
}