15 lines
304 B
C#
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();
|
|
}
|
|
}
|
|
} |