finish exports and imports
This commit is contained in:
@@ -8,7 +8,6 @@ namespace NOCQ
|
||||
{
|
||||
[ImportMany]
|
||||
IEnumerable<IDataImportHook> DataHooks {get; set;}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace NOCQ
|
||||
{
|
||||
[Export(typeof(IDataImportHook))]
|
||||
public interface IDataImportHook
|
||||
{
|
||||
string Name { get; set; }
|
||||
void Run();
|
||||
void Stop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user