mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-12-14 16:16:24 +01:00
Many new plays
This commit is contained in:
12
ContentDialogExample.xaml.cs
Normal file
12
ContentDialogExample.xaml.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using ModernWpf.Controls;
|
||||
|
||||
namespace ModernWpfPlayground
|
||||
{
|
||||
public partial class ContentDialogExample : ContentDialog
|
||||
{
|
||||
public ContentDialogExample()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user