view SilverlightGlimpse/SilverlightGlimpse.Test/App.xaml @ 75:c01dd64f078b

Fixed false positive on the int values
author Steven Hollidge <stevenhollidge@hotmail.com>
date Mon, 23 Apr 2012 21:29:47 +0100
parents 810116cd6b8e
children dd6bcd2535b6
line wrap: on
line source

<Application xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" 
             x:Class="SilverlightGlimpse.Test.App"
             >
    <Application.Resources>
        
    </Application.Resources>
</Application>