Files
serein-flow/WorkBench.Remote/App.xaml

10 lines
389 B
Plaintext
Raw Normal View History

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