init
This commit is contained in:
10
Common/DTS.CommonCore/Interface/DTS.Viewer/IViewerModule.cs
Normal file
10
Common/DTS.CommonCore/Interface/DTS.Viewer/IViewerModule.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.Practices.Prism.Modularity;
|
||||
// ReSharper disable CheckNamespace
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface IViewerModule : IModule
|
||||
{
|
||||
void StartSession(bool standalone, string pluginFolder = "");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user