mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Minor design changes
This commit is contained in:
parent
e20f19539b
commit
28273f9987
2 changed files with 8 additions and 8 deletions
Binary file not shown.
|
|
@ -53,15 +53,15 @@ void downloader_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e)
|
|||
|
||||
private void Form1_Load(object sender, EventArgs e)
|
||||
{
|
||||
//if (arg.Length == 0)
|
||||
//{
|
||||
// this.Close();
|
||||
//}
|
||||
if (arg.Length == 0)
|
||||
{
|
||||
this.Close();
|
||||
}
|
||||
|
||||
//else if (arg[0] == "/u")
|
||||
//{
|
||||
// return;
|
||||
//}
|
||||
else if (arg[0] == "/u")
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue