9 lines
243 B
C#
9 lines
243 B
C#
namespace TeamsISO.Engine.NdiInterop;
|
|
|
|
/// <summary>
|
|
/// Phase A placeholder. The production P/Invoke implementations of <c>INdiInterop</c>
|
|
/// will live in this assembly, added in Phase B.
|
|
/// </summary>
|
|
internal static class Placeholder
|
|
{
|
|
}
|