Files
C4IT-F4SD-Client/FasdExcelToJsonConverter/App.xaml
2025-11-11 11:03:42 +01:00

11 lines
446 B
XML

<Application x:Class="FasdExcelToJsonConverter.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:FasdExcelToJsonConverter"
StartupUri="MainWindow.xaml"
Startup="Application_Startup">
<Application.Resources>
</Application.Resources>
</Application>