Files
DP44/Common/DTS.CommonCore/.svn/pristine/55/559cfca7f86236961bc4a824202abc55c96625c4.svn-base
2026-04-17 14:55:32 -04:00

11 lines
259 B
Plaintext

using Microsoft.Practices.Prism.Modularity;
// ReSharper disable CheckNamespace
namespace DTS.Common.Interface
{
public interface IPSDReportModule : IModule
{
void StartSession(bool standalone, string pluginFolder = "");
}
}