Skip to content

Instantly share code, notes, and snippets.

@rwindegger
Created October 1, 2016 10:39
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 rwindegger/024c59ce53eb4efcd648d76e0e9ec961 to your computer and use it in GitHub Desktop.
Save rwindegger/024c59ce53eb4efcd648d76e0e9ec961 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace wtf.windegger.addinframework
{
public interface IAddin
{
void WriteSomething();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment