mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-17 13:23:45 +00:00
initial working maui migration with android only
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Foundation;
|
||||
|
||||
namespace qControlMAUI
|
||||
{
|
||||
[Register("AppDelegate")]
|
||||
public class AppDelegate : MauiUIApplicationDelegate
|
||||
{
|
||||
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user