using Bloxstrap.UI.ViewModels.About; namespace Bloxstrap.UI.Elements.About.Pages { /// /// Interaction logic for SupportersPage.xaml /// public partial class SupportersPage { public SupportersPage() { DataContext = new SupportersViewModel(); InitializeComponent(); } } }