質問編集履歴

1

修正

2017/07/14 05:43

投稿

ygoooo
ygoooo

スコア71

test CHANGED
File without changes
test CHANGED
@@ -76,7 +76,7 @@
76
76
 
77
77
  string day = year +"/"+ month;
78
78
 
79
- list =d.Show(day);
79
+ list =control.Show(day);
80
80
 
81
81
  for (int i = 0; i < list.Count(); i++)
82
82
 
@@ -100,6 +100,10 @@
100
100
 
101
101
  }
102
102
 
103
+
104
+
105
+ //インスタンス作成、初期化等は省略しています。
106
+
103
107
  ```
104
108
 
105
109
  ---