Bunch of ReSharper suggestions

This commit is contained in:
2015-11-02 20:29:00 -05:00
parent ff2ef0fd46
commit d8d7a9b5ba
15 changed files with 43 additions and 215 deletions

View File

@@ -12,7 +12,8 @@ namespace FeedCenter
{
public partial class App
{
public static bool IsDebugBuild
// ReSharper disable ConvertPropertyToExpressionBody
private static bool IsDebugBuild
{
get
{
@@ -23,6 +24,7 @@ namespace FeedCenter
#endif
}
}
// ReSharper restore ConvertPropertyToExpressionBody
[STAThread]
public static void Main()