15 lines
241 B
C#
15 lines
241 B
C#
using System.Windows.Controls;
|
|
|
|
namespace InfineonHMI;
|
|
|
|
/// <summary>
|
|
/// Interaktionslogik für EventsPage.xaml
|
|
/// </summary>
|
|
public partial class EventsPage : Page
|
|
{
|
|
public EventsPage()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|