Upgraded packages. Improved startup. Removed unused components
This commit is contained in:
13
Moonlight.Client/Program.cs
Normal file
13
Moonlight.Client/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Moonlight.Client;
|
||||
|
||||
var startup = new Startup();
|
||||
|
||||
try
|
||||
{
|
||||
await startup.Run(args);
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Console.WriteLine(e);
|
||||
throw;
|
||||
}
|
||||
Reference in New Issue
Block a user