This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/ref/xcad-examples/PropertiesReader/cs/SwPropertiesReader/MainWindow.xaml
2022-10-15 19:16:08 +02:00

14 lines
638 B
XML

<Window x:Class="SwPropertiesReader.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:SwPropertiesReader"
xmlns:ui="clr-namespace:PropertiesReader.UI;assembly=PropertiesReader"
mc:Ignorable="d"
Title="Properties Reader (SOLIDWORKS)" Height="450" Width="800">
<Grid>
<ui:PropertiesTableControl/>
</Grid>
</Window>