Subversion Repository Public Repository

Nextrek

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
using System;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Animation;
using System.Windows.Shapes;
using Microsoft.Phone.Controls;

namespace At_The_Mountains_of_Madness
{
    public partial class MainPage : PhoneApplicationPage
    {
        // Constructor
        public MainPage()
        {
            InitializeComponent();
        }

        private void cap1_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage1.xaml", UriKind.Relative));
        }

        private void cap2_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage2.xaml", UriKind.Relative));
        }

        private void cap3_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage3.xaml", UriKind.Relative));
        }

        private void cap4_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage4.xaml", UriKind.Relative));
        }

        private void cap5_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage5.xaml", UriKind.Relative));
        }

        private void cap6_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage6.xaml", UriKind.Relative));
        }

        private void cap7_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage7.xaml", UriKind.Relative));
        }

        private void cap8_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage8.xaml", UriKind.Relative));
        }

        private void cap9_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage9.xaml", UriKind.Relative));
        }

        private void cap10_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage10.xaml", UriKind.Relative));
        }

        private void cap11_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage11.xaml", UriKind.Relative));
        }

        private void cap12_Click(object sender, RoutedEventArgs e)
        {
            NavigationService.Navigate(new Uri("/At The Mountains of Madness;component/PanoramaPage12.xaml", UriKind.Relative));
        }

    }
}

Commits for Nextrek/WindowsPhone/NextrekBook/H. P. Lovecraft/At The Mountains of Madness/At The Mountains of Madness/MainPage.xaml.cs

Diff revisions: vs.
Revision Author Commited Message
5 MOliva picture MOliva Fri 19 Apr, 2013 17:26:06 +0000

primo caricamento libri win phone 7