From e4db9cc77abc4cc79c25a6c489183f58276428e8 Mon Sep 17 00:00:00 2001 From: Alex-TIMEHACK Date: Sat, 10 Jun 2017 17:12:28 +0100 Subject: Even more tweaks to the explorer and stuff --- TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs | 2 +- TimeHACK.Main/SaveDialogs/NewGameDialog.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'TimeHACK.Main/SaveDialogs') diff --git a/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs b/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs index 0087fb0..5e1ccf4 100644 --- a/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs +++ b/TimeHACK.Main/SaveDialogs/LoadGameProfileItem.cs @@ -123,7 +123,7 @@ namespace TimeHACK } } pnlConfirm.Hide(); - } catch (Exception ex) + } catch { } diff --git a/TimeHACK.Main/SaveDialogs/NewGameDialog.cs b/TimeHACK.Main/SaveDialogs/NewGameDialog.cs index d492a79..0e6f346 100644 --- a/TimeHACK.Main/SaveDialogs/NewGameDialog.cs +++ b/TimeHACK.Main/SaveDialogs/NewGameDialog.cs @@ -76,7 +76,7 @@ namespace TimeHACK { MessageBox.Show("You must enter a profile name!"); } - } catch (Exception ex) + } catch { } -- cgit v1.2.3