/ILSpy.BamlDecompiler/Tests/Cases/MyControl.xaml.cs
http://github.com/icsharpcode/ILSpy · C# · 26 lines · 19 code · 2 blank · 5 comment · 0 complexity · 1b584850fca8e65b6d7a0b2b63703822 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 MyControl.xaml
- /// </summary>
- public partial class MyControl : UserControl
- {
- public MyControl()
- {
- InitializeComponent();
- }
- }
- }