Skip to content

Instantly share code, notes, and snippets.

@ztirom
Created July 24, 2017 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ztirom/aa8153d6dd5381098fbea99f52e31f6f to your computer and use it in GitHub Desktop.
Save ztirom/aa8153d6dd5381098fbea99f52e31f6f to your computer and use it in GitHub Desktop.
BaseClass Demo #1
class BaseClass
{
public void BaseClassMethod()
{
info("Hello from the origin!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment