8 lines
395 B
XML
8 lines
395 B
XML
<NavigationWindow x:Class="Common.UI.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
ShowsNavigationUI="False"
|
|
Source="Pages/SetMetrologyParameters.xaml"
|
|
Title="PAM 146: Set metrology parameters">
|
|
</NavigationWindow>
|