Updates from Refactor

This commit is contained in:
JFronny 2020-05-25 20:19:31 +02:00
parent 3606c0d536
commit c8748c27d7
3 changed files with 390 additions and 360 deletions

File diff suppressed because it is too large Load Diff

View File

@ -237,7 +237,7 @@ namespace cashew
} }
catch (Exception e1) catch (Exception e1)
{ {
if (!e1.tryCast(out ThreadAbortException ex)) if (!e1.TryCast(out ThreadAbortException ex))
Invoke((MethodInvoker) delegate Invoke((MethodInvoker) delegate
{ {
MetroMessageBox.Show(this, e1.Message, "Execution Failed", MetroMessageBox.Show(this, e1.Message, "Execution Failed",
@ -619,7 +619,7 @@ namespace cashew
} }
catch (Exception e1) catch (Exception e1)
{ {
if (!e1.tryCast(out ThreadAbortException _)) if (!e1.TryCast(out ThreadAbortException _))
Invoke((MethodInvoker) delegate Invoke((MethodInvoker) delegate
{ {
MetroMessageBox.Show(this, e1.Message, "Execution Failed", MessageBoxButtons.OK, MetroMessageBox.Show(this, e1.Message, "Execution Failed", MessageBoxButtons.OK,

View File

@ -19,7 +19,7 @@
<Content Include="Cashew-64.ico" /> <Content Include="Cashew-64.ico" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="CC-Functions.Misc" Version="1.1.7448.24408" /> <PackageReference Include="CC-Functions.Misc" Version="1.1.7450.31626" />
<PackageReference Include="ICSharpCode.Decompiler" Version="5.0.2.5153" /> <PackageReference Include="ICSharpCode.Decompiler" Version="5.0.2.5153" />
<PackageReference Include="ICSharpCode.TextEditor.Extended" Version="4.2.4" /> <PackageReference Include="ICSharpCode.TextEditor.Extended" Version="4.2.4" />
<PackageReference Include="IronPython" Version="2.7.10" /> <PackageReference Include="IronPython" Version="2.7.10" />