- <Window x:Class="PRSDesktop.Forms.Issues.IssuesWindow"
- 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:PRSDesktop.Forms.Issues"
- mc:Ignorable="d"
- Title="PRS Issues" Height="800" Width="1200"
- Loaded="Window_Loaded"
- WindowStartupLocation="CenterScreen">
- <Grid Margin="5">
- <local:IssuesGrid x:Name="Grid"/>
- </Grid>
- </Window>
|