mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
10 lines
123 B
C#
10 lines
123 B
C#
|
|
namespace MauiModelTester;
|
|||
|
|
|
|||
|
|
public partial class AppShell : Shell
|
|||
|
|
{
|
|||
|
|
public AppShell()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
}
|
|||
|
|
}
|