質問編集履歴

1

参考記事を追加しました。

2019/05/01 02:35

投稿

jelatto
jelatto

スコア11

test CHANGED
File without changes
test CHANGED
@@ -82,7 +82,7 @@
82
82
 
83
83
  instance = this;
84
84
 
85
- _ObjDestroyed = false;
85
+ ObjDestroyed = false;
86
86
 
87
87
  }
88
88
 
@@ -187,3 +187,9 @@
187
187
 
188
188
 
189
189
  ```
190
+
191
+
192
+
193
+ 主にこちらの記事を参考にしました。↓
194
+
195
+ [別のクラスの変数の値を変更したい](https://social.msdn.microsoft.com/Forums/vstudio/ja-JP/b007dc27-cc31-4236-959a-55f05901977c/21029123981246312521124731239822793259681239820516124342279326?forum=csharpgeneralja)