mirror of
https://github.com/SirLecram/HospitalServerManager
synced 2024-11-09 04:55:27 +01:00
069f0612da
A few models has been improved; New pages has been added; NewRecordDialog has been added; ViewNavigator was created; A type providers has been added; new interfaces has been added; New validator, which checks if interface is implemented has been added; The application can read data and add new record by API now.
19 lines
721 B
XML
19 lines
721 B
XML
<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>
|
|
|