11 lines
200 B
C#
11 lines
200 B
C#
|
using System.Windows;
|
|||
|
|
|||
|
namespace WPF_19_Opening_ustomWindowsShowShowDialog.View;
|
|||
|
|
|||
|
public partial class NormalWindow : Window
|
|||
|
{
|
|||
|
public NormalWindow()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|