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