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