質問するログイン新規登録

質問編集履歴

1

不要な引数を削除

2021/10/24 04:27

投稿

tatty
tatty

スコア8

title CHANGED
File without changes
body CHANGED
@@ -33,7 +33,7 @@
33
33
  m_psInfo.Arguments = @"c/ " + cmd;
34
34
  }
35
35
 
36
- private void Process(string cmd)
36
+ private void Process()
37
37
  {
38
38
  Process process = new Process();
39
39
  try
@@ -59,7 +59,7 @@
59
59
  {
60
60
  string cmd = "ipconfig";
61
61
  SetPSInfo(cmd);
62
- FtpStart(cmd);
62
+ FtpStart();
63
63
  }
64
64
  ```
65
65