質問編集履歴
2
無関係な部分の削除
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -32,8 +32,6 @@
|
|
|
32
32
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
33
33
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
|
34
34
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
|
35
|
-
xmlns:page="clr-namespace:AppWPF.UserControlObjects.Page"
|
|
36
|
-
xmlns:ui="clr-namespace:AppWPF.UserControlObjects.SubWindow"
|
|
37
35
|
xmlns:properties="clr-namespace:AppResources.Properties;assembly=AppResources.Properties"
|
|
38
36
|
mc:Ignorable="d"
|
|
39
37
|
Title="MainWindow" Height="900" Width="1440">
|
1
記入漏れを追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -17,11 +17,15 @@
|
|
|
17
17
|
AppWPF(AppResourcesを参照)
|
|
18
18
|
---┗MainWindow.xaml
|
|
19
19
|
|
|
20
|
+
---
|
|
20
21
|
<Resources.resxの中身>
|
|
21
22
|
名前:HelloWorld
|
|
22
23
|
値:HelloWorld
|
|
23
24
|
アクセス修飾子:Public
|
|
24
25
|
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
<MainWindow.xamlの内容>
|
|
25
29
|
```xaml
|
|
26
30
|
<Window x:Class="AppWPF.MainWindow"
|
|
27
31
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|