using HKCardOUT.ViewModels; using Stylet; using System; namespace HKCardOUT { public class Bootstrapper : Bootstrapper<RootViewModel> { } }