16 lines
328 B
C#
16 lines
328 B
C#
using System.Windows;
|
|
using System.Windows.Controls;
|
|
|
|
namespace BeWoLauncher.Components
|
|
{
|
|
/// <summary>
|
|
/// Interaction logic for WaitLayer.xaml
|
|
/// </summary>
|
|
internal partial class WaitLayer2 : UserControl
|
|
{
|
|
public WaitLayer2()
|
|
{
|
|
this.InitializeComponent();
|
|
}
|
|
}
|
|
} |