using System; namespace Stylet.Samples.TabNavigation { class Page1ViewModel : Screen { public Page1ViewModel() { this.DisplayName = "Page 1"; } } }