Files
bluflame/intromat/Intromat/Views/Editors/EditorHeader.xaml.cs
2026-04-18 22:31:51 +02:00

17 lines
328 B
C#

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();
}
}
}