summaryrefslogtreecommitdiff
path: root/Juick/App.xaml.cs
diff options
context:
space:
mode:
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>