mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect.git
synced 2025-06-24 13:34:13 +08:00
6 lines
201 B
C#
6 lines
201 B
C#
![]() |
using System.Runtime.CompilerServices;
|
|||
|
|
|||
|
[assembly: InternalsVisibleTo("Tests.ReactView")]
|
|||
|
[assembly: InternalsVisibleTo("Tests.WebView")]
|
|||
|
[assembly: InternalsVisibleTo("ReactViewControl.Avalonia")]
|