9 lines
340 B
XML
9 lines
340 B
XML
<UserControl x:Class="XLIMS.SP.Views.SpnmtpView"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
>
|
|
<Grid>
|
|
<TextBox Text="{Binding Nmtp,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"/>
|
|
</Grid>
|
|
</UserControl>
|