mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
Bunch of ReSharper suggestions
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user