15 lines
299 B
C#
15 lines
299 B
C#
using System.Windows.Controls;
|
|
|
|
namespace MaterialModernWPF
|
|
{
|
|
/// <summary>
|
|
/// Interaktionslogik für InfoDialog.xaml
|
|
/// </summary>
|
|
public partial class InfoDialog : UserControl
|
|
{
|
|
public InfoDialog()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |