SDRSharper/SDRSharper.Common/SDRSharp.Common/CommonUtils.cs

13 lines
264 B
C#
Raw Normal View History

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