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