mirror of
https://github.com/holgerb83/ModernWpfPlayground.git
synced 2025-04-16 21:43:51 +02:00
13 lines
231 B
C#
13 lines
231 B
C#
using ModernWpf.Controls;
|
|
|
|
namespace ModernWpfPlayground
|
|
{
|
|
public partial class ContentDialogExample : ContentDialog
|
|
{
|
|
public ContentDialogExample()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|