15 lines
302 B
C#
15 lines
302 B
C#
using System.Windows.Controls;
|
|
|
|
namespace BeWo.View
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for WaitLayer.xaml
|
|
/// </summary>
|
|
public partial class WaitLayer : UserControl
|
|
{
|
|
public WaitLayer()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
} |