You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
153B

  1. using System;
  2. namespace CSVDownloader.Web {
  3. class LoginInfo {
  4. public String user_name = "";
  5. public String password = "";
  6. }
  7. }