admissionManager/View/NewRecordDialog.xaml

18 lines
682 B
XML

<ContentDialog
x:Class="HospitalServerManager.View.NewRecordDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:HospitalServerManager.View"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Title="Nowy rekord"
PrimaryButtonText="Dodaj nowe"
SecondaryButtonText="Anuluj"
PrimaryButtonClick="ContentDialog_PrimaryButtonClick"
SecondaryButtonClick="ContentDialog_SecondaryButtonClick">
<Grid Name="grid">
</Grid>
</ContentDialog>