rfid-cb / CodeBarreRFID / Platforms / Android / MainApplication.cs @ 0f2b4298
Historique | Voir | Annoter | Télécharger (389 octets)
1 | 0f2b4298 | ajournaux | using Android.App; |
---|---|---|---|
2 | using Android.Runtime; |
||
3 | |||
4 | namespace CodeBarreRFID |
||
5 | { |
||
6 | [Application] |
||
7 | public class MainApplication : MauiApplication |
||
8 | { |
||
9 | public MainApplication(IntPtr handle, JniHandleOwnership ownership) |
||
10 | : base(handle, ownership) |
||
11 | { |
||
12 | } |
||
13 | |||
14 | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); |
||
15 | } |
||
16 | } |