質問編集履歴
1
ファイル名追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
C#の文法自体慣れていませんのでご教授お願い致します。
|
5
5
|
|
6
6
|

|
7
|
-
会員登録画面
|
7
|
+
会員登録画面(MainPage.xaml.cs)
|
8
|
-
```C#
|
8
|
+
```C#
|
9
9
|
using System;
|
10
10
|
using System.Collections.Generic;
|
11
11
|
using System.Linq;
|
@@ -35,7 +35,7 @@
|
|
35
35
|
```
|
36
36
|
|
37
37
|

|
38
|
-
都道府県選択画面
|
38
|
+
都道府県選択画面(PrefecturesListPage.xaml.cs)
|
39
39
|
```C#
|
40
40
|
using System;
|
41
41
|
using System.Collections.Generic;
|