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