mirror of
https://github.com/SirLecram/HospitalServerManager
synced 2024-11-09 13:00:26 +01:00
19 lines
721 B
Plaintext
19 lines
721 B
Plaintext
|
<ContentDialog x:ConnectionId='1'
|
||
|
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"
|
||
|
|
||
|
>
|
||
|
|
||
|
<Grid x:ConnectionId='2' Name="grid">
|
||
|
</Grid>
|
||
|
</ContentDialog>
|
||
|
|