using System; using Samples.Infrastructure.Controls; using Microsoft.Practices.Prism.Regions; namespace Samples.Modules.BusyIndicator.Views { /// /// Interaction logic for BusyIndicatorCustomContentView.xaml /// [RegionMemberLifetime(KeepAlive=false)] public partial class BusyIndicatorCustomContentView : DemoView { public BusyIndicatorCustomContentView() { InitializeComponent(); } } }