10 lines
208 B
C#
10 lines
208 B
C#
using System.Windows;
|
|
|
|
namespace Elwig.Windows {
|
|
public partial class DeliveryReceptionWindow : Window {
|
|
public DeliveryReceptionWindow() {
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
}
|