mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2026-02-04 17:15:50 +00:00
Added blazor MewExplorer project
This commit is contained in:
12
MewExplorer/Platforms/Android/MainApplication.cs
Normal file
12
MewExplorer/Platforms/Android/MainApplication.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Android.App;
|
||||
using Android.Runtime;
|
||||
|
||||
namespace MewExplorer;
|
||||
[Application]
|
||||
public class MainApplication : MauiApplication {
|
||||
public MainApplication(IntPtr handle, JniHandleOwnership ownership)
|
||||
: base(handle, ownership) {
|
||||
}
|
||||
|
||||
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
|
||||
}
|
||||
Reference in New Issue
Block a user