This commit is contained in:
Alexander 2019-08-19 22:35:20 +03:00
parent bba3a44d68
commit bedb8aa611

View file

@ -1,4 +1,4 @@
using IWshRuntimeLibrary; using IWshRuntimeLibrary;
using System; using System;
using System.ComponentModel; using System.ComponentModel;
using System.Diagnostics; using System.Diagnostics;
@ -720,6 +720,11 @@ private void MainWindow_Load(object sender, EventArgs e)
MenuIcons(); MenuIcons();
DeleteUpdateFiles(); DeleteUpdateFiles();
if (args.Length > 1) /*drag & drop to executable*/
{
OpenAsotiations();
}
if (args.Contains("/s")) /*send to*/ if (args.Contains("/s")) /*send to*/
{ {
foreach (var arg in args) foreach (var arg in args)