first edit
This commit is contained in:
7
XLIMS.SP/Views/BookView.xaml
Normal file
7
XLIMS.SP/Views/BookView.xaml
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user