diff --git a/UserClass/PrintHelper.cs b/UserClass/PrintHelper.cs index 7ed66e8..9fc0f9a 100644 --- a/UserClass/PrintHelper.cs +++ b/UserClass/PrintHelper.cs @@ -81,7 +81,7 @@ namespace formula_manage.UserClass string chineseSimpleFrl = AppDomain.CurrentDomain.BaseDirectory + @"FastReport\Localization\language.frl"; FastReport.Utils.Res.LoadLocale(chineseSimpleFrl); } - catch (Exception ex) + catch (Exception) { } diff --git a/UserClass/StrToInt.cs b/UserClass/StrToInt.cs index 3c74600..b6c50df 100644 --- a/UserClass/StrToInt.cs +++ b/UserClass/StrToInt.cs @@ -27,7 +27,7 @@ namespace formula_manage.UserClass //int r3 = Convert.ToInt32(str, 16); //Console.WriteLine(r3); } - catch (Exception e) + catch (Exception) { res = 0; } diff --git a/Windows/Print.xaml b/Windows/Print.xaml index 8786329..36049a9 100644 --- a/Windows/Print.xaml +++ b/Windows/Print.xaml @@ -36,7 +36,7 @@