mirror of
https://github.com/PacktPublishing/Learn-WinUI-3-Second-Edition.git
synced 2026-06-20 12:23:09 +00:00
Adding code for completed chapter 13 solution
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace UnoMediaCollection.Wasm
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
private static App? _app;
|
||||
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
Microsoft.UI.Xaml.Application.Start(_ => _app = new AppHead());
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user