Ejemplo n.º 1
0
 public ShellExtraData(string shellsqltype, string shellsqlhost, string shellsqluser, string shellsqlpwd)
 {
     this.ShellSqlType = StrToShellSqlType(shellsqltype);
     this.ShellSqlHost = shellsqlhost;
     this.ShellSqlUser = shellsqluser;
     this.ShellSqlPwd = shellsqlpwd;
 }
Ejemplo n.º 2
0
 public ShellExtraData(string shellsqltype, string shellsqlhost, string shellsqluser, string shellsqlpwd)
 {
     this.ShellSqlType = StrToShellSqlType(shellsqltype);
     this.ShellSqlHost = shellsqlhost;
     this.ShellSqlUser = shellsqluser;
     this.ShellSqlPwd  = shellsqlpwd;
 }