1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00
Files
occt/samples/xaml/App.xaml
2022-11-04 13:02:30 +03:00

8 lines
232 B
XML

<Application
x:Class="uwp.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:uwp"
RequestedTheme="Light">
</Application>