summaryrefslogtreecommitdiff
path: root/Juick/App.xaml.cs
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-04-01 12:05:02 +0400
committerGravatar Vitaly Takmazov2013-04-01 12:05:02 +0400
commit0623943dccad5c44831b2ad4a803eab2436e45e6 (patch)
treedf9ea217f9dbfef53a82b4a7e7fc98117d1c11b3 /Juick/App.xaml.cs
parent4c92def17fef70c35e578ffb2c5e6acde3b9247d (diff)
Using WPToolkit LongListSelector
Diffstat (limited to 'Juick/App.xaml.cs')
-rw-r--r--Juick/App.xaml.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Juick/App.xaml.cs b/Juick/App.xaml.cs
index 194e6fe..e20feec 100644
--- a/Juick/App.xaml.cs
+++ b/Juick/App.xaml.cs
@@ -11,6 +11,10 @@ namespace Juick
{
public partial class App : Application
{
+ public void NavigateTo(Uri param) {
+ var current = ((App)App.Current).RootFrame;
+ current.Navigate(param);
+ }
private static ViewModelBase _myfeed = null;
/// <summary>