Files
BeWoPlaner/BeWo/View/WaitLayer2.xaml.cs

16 lines
327 B
C#
Raw Permalink Normal View History

using System.Windows;
using System.Windows.Controls;
2016-06-27 01:45:38 +02:00
namespace BeWo.View
{
/// <summary>
/// Interaction logic for WaitLayer.xaml
/// </summary>
public partial class WaitLayer2 : UserControl
{
public WaitLayer2()
{
this.InitializeComponent();
}
}
}