Push Alpha Version

This commit is contained in:
2026-02-27 16:09:59 +01:00
parent a0ef457995
commit d2665d17fa
209 changed files with 13423 additions and 1034 deletions

View File

@@ -0,0 +1,15 @@
using System.Windows.Controls;
namespace InfineonHMI.Pages.Views
{
/// <summary>
/// Receipes Overview Page
/// </summary>
public partial class ReceipePage : Page
{
public ReceipePage()
{
InitializeComponent();
}
}
}