calculator/internal/CalculatorUnitTests/UnitTestApp.xaml

9 lines
271 B
Plaintext
Raw Normal View History

2019-01-29 08:24:37 +08:00
<Application
x:Class="CalculatorUnitTests.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:CalculatorUnitTests"
RequestedTheme="Light">
</Application>