8 lines
101 B
C#
8 lines
101 B
C#
namespace SRF.UI.Layout
|
|
{
|
|
public interface IVirtualView
|
|
{
|
|
void SetDataContext(object data);
|
|
}
|
|
}
|