AppShell.xaml.cs 153 Bytes
Newer Older
gaoqiong's avatar
gaoqiong committed
1
2
3
4
5
6
7
8
9
namespace Microsoft.ML.OnnxRuntime.InferenceSample.Maui;

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