${res:Templates.File.#Develop.MenuCommand.Description}
/// Description of ${FileNameWithoutExtension}
///
public class ${FileNameWithoutExtension} : AbstractMenuCommand
{
///
/// Starts the command
///
public override void Run()
{
// TODO: Add your code here !!!
}
}
}
]]>