Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DBOptionHelper"/> class.
 /// </summary>
 public DBOptionHelper()
 {
     _dbOptionsPresenter = new DBOptionsPresenter(this);
     _dbOptionsPresenter.Display();
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GlobalVariable" /> class.
 /// </summary>
 public GlobalVariable()
 {
     _dbOptionsPresenter = new DBOptionsPresenter(this);
     _dbOptionsPresenter.Display();
 }
Esempio n. 3
0
 /// <summary>
 /// Handles the Load event of the FrmXtraDbInfo control.
 /// </summary>
 /// <param name="sender">The source of the event.</param>
 /// <param name="e">The <see cref="System.EventArgs" /> instance containing the event data.</param>
 private void FrmXtraDbInfo_Load(object sender, System.EventArgs e)
 {
     _dbOptionsPresenter.Display();
 }