Files
infineon_cs_hmi/uniper_hmi/UniperHMI/Pages/Views/EventsPage.xaml.cs
2026-02-11 08:38:36 +01:00

15 lines
239 B
C#

using System.Windows.Controls;
namespace UniperHMI;
/// <summary>
/// Interaktionslogik für EventsPage.xaml
/// </summary>
public partial class EventsPage : Page
{
public EventsPage()
{
InitializeComponent();
}
}