2019-09-02 15:48:37 +02:00
|
|
|
|
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();
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|