mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Added #19
This commit is contained in:
parent
bba3a44d68
commit
bedb8aa611
1 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue