回答編集履歴

1

見直しキャンペーン中

2023/07/30 06:43

投稿

TN8001
TN8001

スコア9396

test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  「バインディング」の原理自体はそんな大層なものではありませんし、「バインディング」しないWPFなんて魅力半減以下ですので。
24
24
 
25
- ```xaml
25
+ ```xml
26
26
  <Window
27
27
  x:Class="Qklt24tfmhils0v.MainWindow"
28
28
  xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
@@ -92,7 +92,7 @@
92
92
  </Window>
93
93
  ```
94
94
 
95
- ```C#
95
+ ```cs
96
96
  using System.Collections.Generic;
97
97
  using System.Windows;
98
98
  using System.Windows.Controls;