コード例 #1
0
        public DbConnBuilderPanel(DbPanel dbPanel, ConnectionStringSettings connSetting) : this()
        {
            _dbPanel = dbPanel;
            var model = SettingToModel(connSetting);

            Init(model);
        }
コード例 #2
0
 public DbConnBuilderPanel(DbPanel dbPanel) : this()
 {
     _dbPanel = dbPanel;
 }