SDRSharper/SDRSharper.Controls/SDRSharp.Controls/ControlsUtils.cs

13 lines
268 B
C#
Raw Normal View History

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