/ILSpy.BamlDecompiler/Tests/Cases/Simple.xaml.cs
http://github.com/icsharpcode/ILSpy · C# · 26 lines · 19 code · 2 blank · 5 comment · 0 complexity · d1db3809e0e7227650953595ea6c47de MD5 · raw file
- // Copyright (c) AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt)
- // This code is distributed under the GNU LGPL (for details please see \doc\license.txt)
- using System;
- using System.Collections.Generic;
- using System.Text;
- using System.Windows;
- using System.Windows.Controls;
- using System.Windows.Data;
- using System.Windows.Documents;
- using System.Windows.Input;
- using System.Windows.Media;
- namespace ILSpy.BamlDecompiler.Tests.Cases
- {
- /// <summary>
- /// Interaction logic for Simple.xaml
- /// </summary>
- public partial class Simple : Window
- {
- public Simple()
- {
- InitializeComponent();
- }
- }
- }