예제 #1
0
파일: App.cs 프로젝트: thangk48cc/VietTV
 private void RootFrame_Navigated(object sender, NavigationEventArgs e)
 {
     if (e.get_Content() != null)
     {
         EasyTracker.GetTracker().SendView(e.get_Content().ToString());
     }
 }