port from perforce
This commit is contained in:
16
intromat/Intromat/Views/Editors/EditorHeader.xaml.cs
Normal file
16
intromat/Intromat/Views/Editors/EditorHeader.xaml.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace Intromat.Views.Editors
|
||||
{
|
||||
/// <summary>
|
||||
/// Interaction logic for EditorHeader.xaml
|
||||
/// </summary>
|
||||
public partial class EditorHeader : UserControl
|
||||
{
|
||||
public EditorHeader()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user