rename
This commit is contained in:
12
src/NOCQ/Imports/IDataImportHook.cs
Normal file
12
src/NOCQ/Imports/IDataImportHook.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace NOCQ
|
||||
{
|
||||
[Export(typeof(IDataImportHook))]
|
||||
public interface IDataImportHook
|
||||
{
|
||||
void Run();
|
||||
void Stop();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Extensability\Catalog.cs" />
|
||||
<Compile Include="Imports\IDataImport.cs" />
|
||||
<Compile Include="Imports\IDataImportHook.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user