9 lines
170 B
C#
9 lines
170 B
C#
namespace Dashboard.Pal
|
|
{
|
|
public interface IDeviceContextExtension : IContextExtensionBase<DeviceContext>
|
|
{
|
|
void Begin() {}
|
|
void End() {}
|
|
}
|
|
}
|