Sha256: 41a01813b3395ac57a1f3af8149967965b4bf1e2a10da553e9cb0b243d847d6f
Contents?: true
Size: 821 Bytes
Versions: 74
Compression:
Stored size: 821 Bytes
Contents
<Application x:Class="Rhodes.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:phone="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone" xmlns:shell="clr-namespace:Microsoft.Phone.Shell;assembly=Microsoft.Phone"> <!--Application Resources--> <Application.Resources> </Application.Resources> <Application.ApplicationLifetimeObjects> <!--Required object that handles lifetime events for the application--> <shell:PhoneApplicationService Launching="Application_Launching" Closing="Application_Closing" Activated="Application_Activated" Deactivated="Application_Deactivated"/> </Application.ApplicationLifetimeObjects> </Application>
Version data entries
74 entries across 74 versions & 1 rubygems