mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +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");
|
||||
File.Delete(exepath + "\\VBus.zip");
|
||||
((Timer)sender).Stop();
|
||||
((NonFormTimer)sender).Stop();
|
||||
this.BeginInvoke((Action)(() => { bnStep1.Text = Properties.Resources.InstallFailed; }), null);
|
||||
return;
|
||||
}
|
||||
@ -132,7 +132,7 @@ namespace DS4Windows
|
||||
catch { }
|
||||
|
||||
File.Delete(exepath + "\\VBus.zip");
|
||||
((Timer)sender).Stop();
|
||||
((NonFormTimer)sender).Stop();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user