migrate to wpf

This commit is contained in:
pypy
2021-02-05 03:16:36 +09:00
parent 17d8811790
commit 97a4dbf4d3
13 changed files with 2211 additions and 1718 deletions

9
App.xaml Normal file
View File

@@ -0,0 +1,9 @@
<Application x:Class="VRCX.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:VRCX"
StartupUri="MainWindow.xaml">
<Application.Resources>
</Application.Resources>
</Application>