質問編集履歴
2
無関係な部分の削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -66,10 +66,6 @@
|
|
66
66
|
|
67
67
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
68
68
|
|
69
|
-
xmlns:page="clr-namespace:AppWPF.UserControlObjects.Page"
|
70
|
-
|
71
|
-
xmlns:ui="clr-namespace:AppWPF.UserControlObjects.SubWindow"
|
72
|
-
|
73
69
|
xmlns:properties="clr-namespace:AppResources.Properties;assembly=AppResources.Properties"
|
74
70
|
|
75
71
|
mc:Ignorable="d"
|
1
記入漏れを追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -36,6 +36,8 @@
|
|
36
36
|
|
37
37
|
|
38
38
|
|
39
|
+
---
|
40
|
+
|
39
41
|
<Resources.resxの中身>
|
40
42
|
|
41
43
|
名前:HelloWorld
|
@@ -45,6 +47,12 @@
|
|
45
47
|
アクセス修飾子:Public
|
46
48
|
|
47
49
|
|
50
|
+
|
51
|
+
|
52
|
+
|
53
|
+
---
|
54
|
+
|
55
|
+
<MainWindow.xamlの内容>
|
48
56
|
|
49
57
|
```xaml
|
50
58
|
|