using System.Windows; using System.Windows.Controls; namespace BeWoLauncher.Components { /// /// Interaction logic for WaitLayer.xaml /// internal partial class WaitLayer2 : UserControl { public WaitLayer2() { this.InitializeComponent(); } } }