From d06477d49cc8e8daf6f87c7b439c2a80515687f1 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sun, 24 Feb 2013 01:57:39 +0400 Subject: update tiles --- Juick/App.xaml.cs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Juick/App.xaml.cs') diff --git a/Juick/App.xaml.cs b/Juick/App.xaml.cs index 9d3ac9a..c0f6134 100644 --- a/Juick/App.xaml.cs +++ b/Juick/App.xaml.cs @@ -96,7 +96,18 @@ namespace Juick // This code will not execute when the application is reactivated private void Application_Launching(object sender, LaunchingEventArgs e) { - + const string JuickCaption = "Juick"; + TileHelper.UpdateFlipTile( + JuickCaption, + string.Empty, + JuickCaption, + JuickCaption, + null, + "/ApplicationSmallTile.png", + "/ApplicationTile.png", + null, + "/ApplicationWideTile.png", + null); } // Code to execute when the application is activated (brought to foreground) -- cgit v1.2.3