SDRSharper/SDRSharper.PanView/SDRSharp.PanView/PanViewUtils.cs

13 lines
266 B
C#
Raw Permalink Normal View History

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