Initial Push
This commit is contained in:
14
uniper_hmi/UniperHMI/Pages/Views/EventsPage.xaml.cs
Normal file
14
uniper_hmi/UniperHMI/Pages/Views/EventsPage.xaml.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Windows.Controls;
|
||||
|
||||
namespace UniperHMI;
|
||||
|
||||
/// <summary>
|
||||
/// Interaktionslogik für EventsPage.xaml
|
||||
/// </summary>
|
||||
public partial class EventsPage : Page
|
||||
{
|
||||
public EventsPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user