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