calculator/src/CalculatorUnitTests/UnitTestApp.xaml

6 lines
285 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"/>