質問編集履歴
1
コードの書き直し
test
CHANGED
File without changes
|
test
CHANGED
@@ -47,6 +47,14 @@
|
|
47
47
|
s.Storage = itemx;
|
48
48
|
|
49
49
|
//ページ遷移
|
50
|
+
|
51
|
+
if (page2 == null)
|
52
|
+
|
53
|
+
{
|
54
|
+
|
55
|
+
page2 = new Page2();
|
56
|
+
|
57
|
+
}
|
50
58
|
|
51
59
|
this.NavigationService.Navigate(page2);
|
52
60
|
|