rfid-cb / CodeBarreRFID / Platforms / Tizen / Main.cs @ 0f2b4298
Historique | Voir | Annoter | Télécharger (377 octets)
1 | 0f2b4298 | ajournaux | using Microsoft.Maui; |
---|---|---|---|
2 | using Microsoft.Maui.Hosting; |
||
3 | using System; |
||
4 | |||
5 | namespace CodeBarreRFID |
||
6 | { |
||
7 | internal class Program : MauiApplication |
||
8 | { |
||
9 | protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); |
||
10 | |||
11 | static void Main(string[] args) |
||
12 | { |
||
13 | var app = new Program(); |
||
14 | app.Run(args); |
||
15 | } |
||
16 | } |
||
17 | } |