diff --git a/Crypto Notepad/MainForm.cs b/Crypto Notepad/MainForm.cs index 3496074..9dec0f4 100644 --- a/Crypto Notepad/MainForm.cs +++ b/Crypto Notepad/MainForm.cs @@ -1,4 +1,4 @@ -using IWshRuntimeLibrary; +using IWshRuntimeLibrary; using System; using System.ComponentModel; using System.Diagnostics; @@ -720,6 +720,11 @@ private void MainWindow_Load(object sender, EventArgs e) MenuIcons(); DeleteUpdateFiles(); + if (args.Length > 1) /*drag & drop to executable*/ + { + OpenAsotiations(); + } + if (args.Contains("/s")) /*send to*/ { foreach (var arg in args)