質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
Grid myGrid = new Grid();
|
22
22
|
|
23
|
-
Children.Add(myGrid);
|
23
|
+
myCanvas.Children.Add(myGrid);
|
24
24
|
|
25
25
|
//見かけしか変化しない(HitTest位置が変化しない)
|
26
26
|
|