11 lines
192 B
C#
11 lines
192 B
C#
|
|
using iNKORE.UI.WPF.Modern.Controls;
|
||
|
|
|
||
|
|
namespace DMS.WPF.Views.Dialogs;
|
||
|
|
|
||
|
|
public partial class InputDialog : ContentDialog
|
||
|
|
{
|
||
|
|
public InputDialog()
|
||
|
|
{
|
||
|
|
InitializeComponent();
|
||
|
|
}
|
||
|
|
}
|