Lots of updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user