14 lines
203 B
C#
14 lines
203 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using Foo.AddIn.Common;
|
|
|
|
namespace Foo.Addin.Office
|
|
{
|
|
public class AddIn : IAddIn
|
|
{
|
|
|
|
}
|
|
}
|