10 lines
374 B
C#
10 lines
374 B
C#
#region copyright
|
|
// ------------------------------------------------------
|
|
// Copyright (C) Dmitriy Yukhanov [https://codestage.net]
|
|
// ------------------------------------------------------
|
|
#endregion
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
[assembly: InternalsVisibleTo("CodeStage.ACTk.Service")]
|
|
[assembly: InternalsVisibleTo("CodeStage.ACTk.Tests.Editor")] |