mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Fix typecast
This commit is contained in:
parent
86ee71e596
commit
1cfa8356d9
@ -106,7 +106,7 @@ namespace DS4Windows
|
|||||||
{
|
{
|
||||||
Process.Start(exepath + "\\Virtual Bus Driver");
|
Process.Start(exepath + "\\Virtual Bus Driver");
|
||||||
File.Delete(exepath + "\\VBus.zip");
|
File.Delete(exepath + "\\VBus.zip");
|
||||||
((Timer)sender).Stop();
|
((NonFormTimer)sender).Stop();
|
||||||
this.BeginInvoke((Action)(() => { bnStep1.Text = Properties.Resources.InstallFailed; }), null);
|
this.BeginInvoke((Action)(() => { bnStep1.Text = Properties.Resources.InstallFailed; }), null);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -132,7 +132,7 @@ namespace DS4Windows
|
|||||||
catch { }
|
catch { }
|
||||||
|
|
||||||
File.Delete(exepath + "\\VBus.zip");
|
File.Delete(exepath + "\\VBus.zip");
|
||||||
((Timer)sender).Stop();
|
((NonFormTimer)sender).Stop();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user