質問編集履歴

1

コードの追加

2022/12/08 13:45

投稿

IAmGhost
IAmGhost

スコア7

test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,7 @@
8
8
  DataGridの動的な列追加について解説を読んでいた中で
9
9
 
10
10
  ```ここに言語を入力
11
+ private readonly DataTable dataTable = new DataTable();
11
12
  public DataView dataView => new DataView(dataTable);
12
13
  ```
13
14
  とのコードがありました。