Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public MainPage()
  2. {
  3. InitializeComponent();
  4.  
  5. if (iso.Contains("isoServer") == false)
  6. {
  7. iso["isoServer"] = "http://domain.com/appTerminalBD";
  8. NavigationService.Navigate(new Uri("/tuto.xaml", UriKind.RelativeOrAbsolute));
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement