init
This commit is contained in:
11
Common/DTS.Common/Interface/DTS.Viewer/IExportModule.cs
Normal file
11
Common/DTS.Common/Interface/DTS.Viewer/IExportModule.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Prism.Modularity;
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface IExportModule : IModule
|
||||
{
|
||||
void StartSession();
|
||||
bool SessionStarted { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user