common/Ui/Common.UI/Pages/SetMetrologyParameters.xaml.cs
2026-04-23 17:50:07 +02:00

10 lines
207 B
C#

namespace Common.UI.Pages
{
using System.Windows.Controls;
public partial class SetMetrologyParameters : Page
{
public SetMetrologyParameters() => this.InitializeComponent();
}
}