.net 10
parent
808da09d6f
commit
6f7ad88571
@ -0,0 +1,3 @@
|
||||
<Solution>
|
||||
<Project Path="CommanderApp.csproj" />
|
||||
</Solution>
|
||||
@ -1,17 +0,0 @@
|
||||
using System;
|
||||
using Microsoft.Maui;
|
||||
using Microsoft.Maui.Hosting;
|
||||
|
||||
namespace CommanderApp
|
||||
{
|
||||
internal class Program : MauiApplication
|
||||
{
|
||||
protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp();
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
var app = new Program();
|
||||
app.Run(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 91 KiB After Width: | Height: | Size: 90 KiB |
Loading…
Reference in New Issue