finish exports and imports

This commit is contained in:
Tommy Parnell
2014-05-07 09:52:22 -07:00
parent 1170782007
commit 7b8631671f
2 changed files with 1 additions and 2 deletions

View File

@@ -1,10 +1,10 @@
using System;
namespace NOCQ
{
[Export(typeof(IDataImportHook))]
public interface IDataImportHook
{
string Name { get; set; }
void Run();
void Stop();
}