Files
DP44/Common/DTS.Common/.svn/pristine/d3/d3628edbec2af587163cdac7a761bb031e737e27.svn-base
2026-04-17 14:55:32 -04:00

9 lines
141 B
Plaintext

using DTS.Common.Base;
namespace DTS.Common.Interface
{
public interface IStatusAndProgressBarView : IBaseView
{
}
}