質問編集履歴
1
不要な引数を削除
test
CHANGED
File without changes
|
test
CHANGED
@@ -68,7 +68,7 @@
|
|
68
68
|
|
69
69
|
|
70
70
|
|
71
|
-
private void Process(
|
71
|
+
private void Process()
|
72
72
|
|
73
73
|
{
|
74
74
|
|
@@ -120,7 +120,7 @@
|
|
120
120
|
|
121
121
|
SetPSInfo(cmd);
|
122
122
|
|
123
|
-
FtpStart(
|
123
|
+
FtpStart();
|
124
124
|
|
125
125
|
}
|
126
126
|
|