Rename solution directory to Elwig
This commit is contained in:
9
Elwig/Windows/DeliveryReceptionWindow.xaml.cs
Normal file
9
Elwig/Windows/DeliveryReceptionWindow.xaml.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using System.Windows;
|
||||
|
||||
namespace Elwig.Windows {
|
||||
public partial class DeliveryReceptionWindow : Window {
|
||||
public DeliveryReceptionWindow() {
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user