#region License
#endregion
namespace MiniSqlQuery.Core.Commands
{
public class ShowHelpCommand
: ShowUrlCommand
{
public ShowHelpCommand()
: base("&Index (github.com ... Quickstart.md)", "https://github.com/paulkohler/minisqlquery/blob/master/src/Docs/Quickstart.md", ImageResource.help)
{
}
}
}
|