Skip to content

Commit

Permalink
Extended ToolManagerPlugin description for issue DotSpatial#908
Browse files Browse the repository at this point in the history
  • Loading branch information
jany-tenaj committed Jan 9, 2017
1 parent d70b25c commit 0c439c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DotSpatial.Plugins.ToolManager/Readme.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Allow to use DotSpatial ToolManager.
The Toolmanager plugin is used to load the ToolManager from the Controls project into the Tools tab.
3 changes: 3 additions & 0 deletions Source/DotSpatial.Plugins.ToolManager/ToolManagerPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

namespace DotSpatial.Plugins.ToolManager
{
/// <summary>
/// The Toolmanager plugin is used to load the ToolManager from the Controls project into the Tools tab.
/// </summary>
public class ToolManagerPlugin : Extension, IPartImportsSatisfiedNotification
{
private Controls.ToolManager _toolManager;
Expand Down

0 comments on commit 0c439c2

Please sign in to comment.