質問編集履歴

1

不要な引数を削除

2021/10/24 04:27

投稿

tatty
tatty

スコア8

test CHANGED
File without changes
test CHANGED
@@ -68,7 +68,7 @@
68
68
 
69
69
 
70
70
 
71
- private void Process(string cmd)
71
+ private void Process()
72
72
 
73
73
  {
74
74
 
@@ -120,7 +120,7 @@
120
120
 
121
121
  SetPSInfo(cmd);
122
122
 
123
- FtpStart(cmd);
123
+ FtpStart();
124
124
 
125
125
  }
126
126