BililiveRecorder/BililiveRecorder.WPF/App.xaml
2018-11-10 11:55:30 +08:00

7 lines
339 B
XML

<Application x:Class="BililiveRecorder.WPF.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:BililiveRecorder.WPF"
Startup="CheckUpdate"
StartupUri="MainWindow.xaml"/>