Files
DP44/Common/DTS.CommonCore/.svn/pristine/55/559cfca7f86236961bc4a824202abc55c96625c4.svn-base

11 lines
259 B
Plaintext
Raw Permalink Normal View History

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