init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using DTS.Common.Base;
|
||||
|
||||
namespace DTS.Common.Interface
|
||||
{
|
||||
public interface IStatusAndProgressBarViewModel : IBaseViewModel
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the Search View.
|
||||
/// </summary>
|
||||
IBaseView View { get; set; }
|
||||
IBaseViewModel Parent { get; set; }
|
||||
string ProgressBarName { get; set; }
|
||||
object ContextSearchRegion { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user