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