BuildFeed/BuildFeedApp-Full/App.xaml

9 lines
257 B
Plaintext
Raw Normal View History

2015-10-07 14:30:53 +08:00
<Application
x:Class="BuildFeedApp.App"
2015-10-07 14:30:53 +08:00
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:BuildFeedApp"
2015-10-07 14:30:53 +08:00
RequestedTheme="Light">
</Application>