14 lines
399 B
XML
14 lines
399 B
XML
<Window
|
|
x:Class="WorkStation.Client.Views.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
Title="{Binding Title}"
|
|
Width="525"
|
|
Height="350"
|
|
prism:ViewModelLocator.AutoWireViewModel="True">
|
|
<Grid>
|
|
<Button />
|
|
</Grid>
|
|
</Window>
|