mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
12 lines
149 B
C#
12 lines
149 B
C#
|
|
namespace MauiModelTester;
|
|||
|
|
|
|||
|
|
public partial class App : Application
|
|||
|
|
{
|
|||
|
|
public App()
|
|||
|
|
{
|
|||
|
|
InitializeComponent();
|
|||
|
|
|
|||
|
|
MainPage = new AppShell();
|
|||
|
|
}
|
|||
|
|
}
|