Example #1
0
        internal DialogResult ShowDialog(Hubble.Core.BigTable.ServerInfo serverInfo)
        {
            _ServerInfo                  = serverInfo.Clone();
            labelServerName.Text         = _ServerInfo.ServerName;
            textBoxConnectionString.Text = _ServerInfo.ConnectionString;
            checkBoxEnabled.Checked      = _ServerInfo.Enabled;
            textBoxConnectionString.Select();

            base.ShowDialog();

            return(_Result);
        }