mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
7 lines
339 B
XML
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"/>
|