common/ProductionUiCordonel/UserControls/FinalTest/UcFullReadOut.xaml.cs
2026-04-23 17:50:07 +02:00

16 lines
334 B
C#

using System.Windows.Controls;
namespace ProductionUiCordonelLegacy.UserControls.FinalTest
{
/// <summary>
/// Interaction logic for FullReadOut.xaml
/// </summary>
public partial class UcFullReadOut : UserControl
{
public UcFullReadOut()
{
InitializeComponent();
}
}
}