You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
440 B

  1. // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
  2. // This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
  3. using System.Windows;
  4. namespace ILSpy.BamlDecompiler.Tests.Cases
  5. {
  6. /// <summary>
  7. /// Interaction logic for Resources.xaml
  8. /// </summary>
  9. public partial class Resources : Window
  10. {
  11. public Resources()
  12. {
  13. InitializeComponent();
  14. }
  15. }
  16. }