aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/Shifter.Designer.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-15 14:39:24 -0400
committerMichael <[email protected]>2017-04-15 14:39:24 -0400
commit51050a02d4d5eff361cfa697eeba777ddafa085a (patch)
tree46fd8d57f8aa8a1c8a2eb264b7dd506f876c1c72 /ShiftOS.WinForms/Applications/Shifter.Designer.cs
parent761202b4908d28f6aba852a3a59eb1dca50957d1 (diff)
downloadshiftos_thereturn-51050a02d4d5eff361cfa697eeba777ddafa085a.tar.gz
shiftos_thereturn-51050a02d4d5eff361cfa697eeba777ddafa085a.tar.bz2
shiftos_thereturn-51050a02d4d5eff361cfa697eeba777ddafa085a.zip
Use NAudio to handle system sounds
Diffstat (limited to 'ShiftOS.WinForms/Applications/Shifter.Designer.cs')
-rw-r--r--ShiftOS.WinForms/Applications/Shifter.Designer.cs10
1 files changed, 7 insertions, 3 deletions
diff --git a/ShiftOS.WinForms/Applications/Shifter.Designer.cs b/ShiftOS.WinForms/Applications/Shifter.Designer.cs
index 593f43d..7ef20bf 100644
--- a/ShiftOS.WinForms/Applications/Shifter.Designer.cs
+++ b/ShiftOS.WinForms/Applications/Shifter.Designer.cs
@@ -37,11 +37,15 @@ namespace ShiftOS.WinForms.Applications
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
- if (disposing && (components != null))
+ try
{
- components.Dispose();
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
}
- base.Dispose(disposing);
+ catch { }
}
#region Windows Form Designer generated code