Update 20240807 - nach NUGET-Update Syncfusion

This commit is contained in:
Stefan Hutter
2024-08-07 09:25:01 +02:00
parent 749b1e89ed
commit 77d5c661f7
8681 changed files with 5340624 additions and 1740134 deletions

15
OnDocWPF/MainWindow.xaml Normal file
View File

@@ -0,0 +1,15 @@
<Window
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:OnDocWPF"
xmlns:syncfusion="http://schemas.syncfusion.com/wpf" x:Class="OnDocWPF.MainWindow"
mc:Ignorable="d"
Title="MainWindow" Height="450" Width="800">
<Grid>
<syncfusion:SfDataGrid HorizontalAlignment="Left" Height="280" Margin="87,109,0,0" VerticalAlignment="Top" Width="599"/>
</Grid>
</Window>