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