10 lines
207 B
C#
10 lines
207 B
C#
namespace Common.UI.Pages
|
|
{
|
|
using System.Windows.Controls;
|
|
|
|
public partial class SetMetrologyParameters : Page
|
|
{
|
|
public SetMetrologyParameters() => this.InitializeComponent();
|
|
}
|
|
}
|