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.

10 satır
194B

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