namespace Caliburn.Micro.Core { /// /// Denotes an instance which implements , , /// , and /// public interface IScreen : IHaveDisplayName, IActivate, IDeactivate, IGuardClose, INotifyPropertyChangedEx { } }