XamlTestApp.cs 246 B

1234567891011121314
  1. using Perspex;
  2. using Perspex.Markup.Xaml;
  3. using XamlTestApplication.Views;
  4. namespace XamlTestApplication
  5. {
  6. public class XamlTestApp : Application
  7. {
  8. public XamlTestApp()
  9. {
  10. RegisterServices();
  11. }
  12. }
  13. }