namespace DTS.Common.Interface { /// /// All plug-in modules implement IPluginComponent interface /// public interface IPluginComponent { /// /// Program ID used to instantiate object /// string ProgId { get; } } }