回答編集履歴

1

コードの修正

2016/12/27 17:10

投稿

camblian
camblian

スコア50

test CHANGED
@@ -39,6 +39,12 @@
39
39
 
40
40
 
41
41
  private int index = 0;
42
+
43
+
44
+
45
+   //プロジェクトフォルダーのディレクトリ(後で戻ってくるのに必要)
46
+
47
+ private static string projectFolder = (string)Directory.GetCurrentDirectory ();
42
48
 
43
49
 
44
50