9 lines
433 B
XML
9 lines
433 B
XML
<Window x:Class="PipefyProspUpdate.MainWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="Pipefy - Edição de Prospectantes" MinHeight="950" MinWidth="850" Height="950" Width="850" WindowStartupLocation="CenterScreen">
|
|
<Grid>
|
|
<Frame x:Name="MainFrame" NavigationUIVisibility="Hidden"/>
|
|
</Grid>
|
|
</Window>
|