mirror of
https://github.com/SDRSharpR/SDRSharper.git
synced 2025-12-06 04:12:02 +01:00
13 lines
284 B
C#
13 lines
284 B
C#
|
|
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();
|
|||
|
|
}
|
|||
|
|
}
|