Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
MainApplication.cs
1using Android.App;
2using Android.Runtime;
3
4namespace NeuroAccessMaui
5{
6 [Application]
7 public class MainApplication(IntPtr handle, JniHandleOwnership ownership) : MauiApplication(handle, ownership)
8 {
9 protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
10 }
11}