Files
XLIMS/XLIMS.SP/Views/DivisionView.xaml
Курнат Андрей f0e11d6379 first edit
2026-01-31 16:11:36 +03:00

9 lines
342 B
XML

<UserControl x:Class="XLIMS.SP.Views.DivisionView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
>
<Grid>
<TextBox Text="{Binding Kdl,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"/>
</Grid>
</UserControl>