venerdì 21 giugno 2013

[WP7] Ottenere l'ApplicationBar globale

public static IApplicationBar GetGlobalAppBar()
{
    return (IApplicationBar)Application.Current.Resources["GlobalApplicationBar"];
}

Nessun commento:

Posta un commento