Last-Modified: Mon, 27 Jul 2026 15:10:40 GMT Expires: Thu, 24 Jul 2036 15:10:40 GMT Namespace.cshtml « Templates « Tango.CodeGeneration « Visual_Studio « Software - Tango - Twine softwares
aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.CodeGeneration/Templates/Namespace.cshtml
blob: 05fd682c4ceeb41f421263afc1ed6dd9e409dd2d (plain)
1
2
3
4
5
6
7
<Application x:Class="Tango.PPC.Synchronization.App"
             xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
    <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="pack://application:,,,/Tango.PPC.Common;component/Resources/Merged.xaml" />
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>
</Application>