EventAggrigationProvider added to handle events between windows/usercontrols, persons can be added now
This commit is contained in:
@ -37,9 +37,14 @@
|
||||
<TextBlock Margin="5 0 10 10" Grid.Column="0" Grid.Row="3">Cellphone</TextBlock>
|
||||
<TextBox x:Name="Cellphone" Margin="0 0 5 10" Grid.Column="2" Grid.Row="3"></TextBox>
|
||||
<!--row 4-->
|
||||
<Button x:Name="CreatePerson" Grid.Column="0" Grid.Row="4" Grid.ColumnSpan="2" Padding="10" Margin="5 0 ">
|
||||
Create Person
|
||||
</Button>
|
||||
<StackPanel Orientation="Horizontal" Grid.Column="0" Grid.Row="4" Grid.ColumnSpan="2" Margin="5 0 " HorizontalAlignment="Center">
|
||||
<Button x:Name="CreatePerson" Padding="10" Margin="0 0 5 0">
|
||||
Create Person
|
||||
</Button>
|
||||
<Button x:Name="CancelCreation" Padding="10" Background="Red" Foreground="White" Margin="5 0 0 0">
|
||||
Cancel Person
|
||||
</Button>
|
||||
</StackPanel >
|
||||
</Grid>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user