Minor design changes

This commit is contained in:
Alexander 2018-12-30 12:57:16 +02:00
parent e20f19539b
commit 28273f9987
2 changed files with 8 additions and 8 deletions

Binary file not shown.

View file

@ -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)