2DLightPathSimulator/LensSimulatorWPF/App.xaml

10 lines
377 B
Plaintext
Raw Normal View History

2023-07-12 12:27:45 +00:00
<Application x:Class="LensSimulatorWPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:LensSimulatorWPF"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>