Files
BeWoPlaner/BeWo/View/WaitLayer2.xaml.cs
2016-06-27 01:45:38 +02:00

15 lines
304 B
C#

using System.Windows.Controls;
namespace BeWo.View
{
/// <summary>
/// Interaction logic for WaitLayer.xaml
/// </summary>
public partial class WaitLayer2 : UserControl
{
public WaitLayer2()
{
this.InitializeComponent();
}
}
}