ModernWpfPlayground/ContentDialogExample.xaml.cs
2020-02-18 14:57:55 +01:00

13 lines
231 B
C#

using ModernWpf.Controls;
namespace ModernWpfPlayground
{
public partial class ContentDialogExample : ContentDialog
{
public ContentDialogExample()
{
InitializeComponent();
}
}
}