Lots of updates

This commit is contained in:
Matthew Burke
2023-07-26 22:26:54 -04:00
parent 42794b6284
commit 1b65e9bb83
24 changed files with 1305 additions and 28 deletions
+8
View File
@@ -13,5 +13,13 @@ namespace PWAPPv2
/// </summary>
public partial class App : Application
{
public static string[] Args;
void app_Startup(object sender, StartupEventArgs e)
{
if(e.Args.Length > 0)
{
Args = e.Args;
}
}
}
}