blob: f8bab5ef12299364449de3b34cdf4993bc1420fa (
plain)
1
2
3
4
5
6
|
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Tango - Drag & Drop Components")]
[assembly: ComVisible(false)]
|