Changes recommended by Rider/Resharper

This commit is contained in:
2022-04-08 02:20:17 +02:00
parent 1a11a67248
commit 827f68b0c6
122 changed files with 1598 additions and 1201 deletions

View File

@@ -10,8 +10,8 @@ namespace VAR.Toolbox.TestPlugin
InitializeComponent();
}
public string ToolName { get { return "Test"; } }
public string ToolName => "Test";
public bool HasIcon { get { return false; } }
public bool HasIcon => false;
}
}
}