mirror of
https://github.com/proxysu/ProxySU.git
synced 2025-02-16 22:53:13 +03:00
11 lines
459 B
Plaintext
11 lines
459 B
Plaintext
|
<Application x:Class="ProxySU.Core.App"
|
||
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
|
xmlns:local="clr-namespace:ProxySU.Core"
|
||
|
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes"
|
||
|
StartupUri="MainWindow.xaml">
|
||
|
<Application.Resources>
|
||
|
|
||
|
</Application.Resources>
|
||
|
</Application>
|