mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
12 lines
271 B
C#
12 lines
271 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Reflection;
|
|
using System.Text;
|
|
|
|
namespace SDRSharp.FrequencyManager
|
|
{
|
|
public static class FreqManUtils
|
|
{
|
|
public static Assembly UnmanagedDLLAssemblyVer = Assembly.GetExecutingAssembly();
|
|
}
|
|
} |