SDRSharper/SDRSharper.CollapsiblePanel/SDRSharp.CollapsiblePanel/CollapsiblePanelUtils.cs
SDRSharpR c07e6e6034 SDRSharper (SDRSharp Remake) Full Source (VS2017)
SDRSharper (SDRSharp Remake) Full Source (VS2017)
2018-03-26 14:02:05 -07:00

13 lines
284 B
C#

using System;
using System.Collections.Generic;
using System.Reflection;
using System.Text;
namespace SDRSharp.CollapsiblePanel
{
public static class CollapsiblePanelUtils
{
public static Assembly UnmanagedDLLAssemblyVer = Assembly.GetExecutingAssembly();
}
}