Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Last active February 10, 2017 15:53
Show Gist options
  • Save DmitrySikorsky/e0190d5bb2a7cc04c449d56b689dcbab to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/e0190d5bb2a7cc04c449d56b689dcbab to your computer and use it in GitHub Desktop.
public class Extension : ExtensionBase
{
public override string Name
{
get
{
return "Some useful module";
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment