App.cs 285 B

1234567891011
  1. // Copyright (c) The Perspex Project. All rights reserved.
  2. // Licensed under the MIT license. See licence.md file in the project root for full license information.
  3. using System;
  4. using Perspex.Logging.Serilog;
  5. using Serilog;
  6. namespace XamlTestApplication
  7. {
  8. // No longer needed!
  9. }