Changes recommended by Rider/Resharper
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user