2DLightPathSimulator/LensSimulatorWindows/App.xaml

10 lines
385 B
Plaintext
Raw Permalink Normal View History

2023-06-06 22:56:56 +00:00
<Application x:Class="LensSimulatorWindows.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:LensSimulatorWindows"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>