Files
MPF/DICUI.Library/AssemblyInfo.cs
2020-09-11 21:31:46 -07:00

4 lines
150 B
C#

using System.Runtime.CompilerServices;
// Anything marked as internal can be used by the test methods
[assembly: InternalsVisibleTo("DICUI.Test")]