first edit
This commit is contained in:
16
XLIMS.TPRZ/Views/TipView.xaml
Normal file
16
XLIMS.TPRZ/Views/TipView.xaml
Normal file
@@ -0,0 +1,16 @@
|
||||
<UserControl x:Class="XLIMS.TPRZ.Views.TipView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
>
|
||||
<Grid>
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="auto"/>
|
||||
<RowDefinition Height="auto"/>
|
||||
</Grid.RowDefinitions>
|
||||
|
||||
<ComboBox ItemsSource="{Binding AllSpnmtps}"
|
||||
SelectedItem="{Binding CurrentSpnmtp,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"
|
||||
DisplayMemberPath="Nmtp" Grid.Row="0" Margin="3"/>
|
||||
<TextBox Text="{Binding Tp,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}" Grid.Row="1" Margin="3"/>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
Reference in New Issue
Block a user