This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vocab-coverer/Vocab Coverer/Application.xaml
Matthew Grove 5ebdb7965c Add code
2019-05-18 22:26:30 +01:00

10 lines
328 B
XML

<Application x:Class="Application"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Vocab_Coverer"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>