コード例 #1
0
ファイル: ShellExtraData.cs プロジェクト: GHubgenius/Altman
 public ShellExtraData(string shellsqltype, string shellsqlhost, string shellsqluser, string shellsqlpwd)
 {
     this.ShellSqlType = StrToShellSqlType(shellsqltype);
     this.ShellSqlHost = shellsqlhost;
     this.ShellSqlUser = shellsqluser;
     this.ShellSqlPwd = shellsqlpwd;
 }
コード例 #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;
 }