Agent Catalog and Maui Test
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace Hybrid;
|
||||
|
||||
public partial class App : Application
|
||||
{
|
||||
public App()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
protected override Window CreateWindow(IActivationState? activationState)
|
||||
{
|
||||
return new Window(new MainPage()) { Title = "Hybrid" };
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user