SDRSharper/SDRSharper.CollapsiblePanel/SDRSharp.CollapsiblePanel/CollapsiblePanelUtils.cs

13 lines
284 B
C#
Raw Permalink Normal View History

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();
}
}