fix issue with executatble paths
This commit is contained in:
parent
7374877a1b
commit
015193c0dd
2
Form2.cs
2
Form2.cs
|
|
@ -76,7 +76,7 @@ namespace ARCHBLOXBootstrapper
|
||||||
|
|
||||||
private void ARCHBLOX_Load(object sender, EventArgs e)
|
private void ARCHBLOX_Load(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
// nothing lol!
|
// nothing
|
||||||
}
|
}
|
||||||
private void Client_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e)
|
private void Client_DownloadFileCompleted(object sender, AsyncCompletedEventArgs e)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue