init
This commit is contained in:
11
Common/DTS.CommonCore/Base/Interface/IBaseView.cs
Normal file
11
Common/DTS.CommonCore/Base/Interface/IBaseView.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
// ReSharper disable CheckNamespace
|
||||
namespace DTS.Common.Base
|
||||
{
|
||||
public interface IBaseView
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the data context.
|
||||
/// </summary>
|
||||
object DataContext { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user