Just playing around (nothing that important)

This commit is contained in:
2016-02-15 16:39:35 -05:00
parent 76ce6c0885
commit 7c42b4265a
3 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,10 @@ using System.Text;
namespace Foo.AddIn.Common
{
// REALLY SHOULD IMPLEMENT A REAL ADDIN ARCHITECTURE
// ~THIS RIGHT NOW IS JUST THE BEGINNING
// https://msdn.microsoft.com/en-us/library/ms972962.aspx
public interface IAddIn
{
// I