common/ProductionUiCordonel/UserControls/FinalTest/UcFullReadOut.xaml.cs

16 lines
334 B
C#
Raw Normal View History

2026-04-23 15:50:07 +00:00
using System.Windows.Controls;
namespace ProductionUiCordonelLegacy.UserControls.FinalTest
{
/// <summary>
/// Interaction logic for FullReadOut.xaml
/// </summary>
public partial class UcFullReadOut : UserControl
{
public UcFullReadOut()
{
InitializeComponent();
}
}
}