Files
BeWoPlaner/BeWoLauncher/View/Components/WaitLayer2.xaml.cs
2022-09-14 10:57:51 +02:00

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();
}
}
}