mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-22 09:01:43 +03:00
c0d31a8652
user picture image crop
19 lines
850 B
XML
19 lines
850 B
XML
<Application
|
|
x:Class="NetworkNamespaces.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> |