mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-16 21:43:51 +02:00
9 lines
208 B
C#
9 lines
208 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using System.Windows.Markup;
|
|
|
|
[assembly: ComVisible(false)]
|
|
|
|
[assembly: CLSCompliant(true)]
|
|
|
|
[assembly: XmlnsDefinition("http://wpflib.de/", "Controls")] |