10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
using DTS.Common.Base;
|
|
|
|
namespace DTS.Common.Interface
|
|
{
|
|
public interface IStatusAndProgressBarFooterViewModel : IBaseViewModel
|
|
{
|
|
IStatusAndProgressFooterView View { get; set;}
|
|
}
|
|
}
|