public frmDatabase(frmGlobalUI wndGlobal) { InitializeComponent(); tbDbAddress.Text = Properties.Settings.Default.dbAddress; tbDbDatabase.Text = Properties.Settings.Default.dbDatabase; tbDbUsername.Text = Properties.Settings.Default.dbUsername; tbDbPassword.Text = Properties.Settings.Default.dbPassword; wndGlobalUI = wndGlobal; }
public frmDatabase(frmGlobalUI wndGlobal) { InitializeComponent(); ChangeStyle(); tbDbAddress.Text = Properties.Settings.Default.dbAddress; tbDbDatabase.Text = Properties.Settings.Default.dbDatabase; tbDbUsername.Text = Properties.Settings.Default.dbUsername; tbDbPassword.Text = Properties.Settings.Default.dbPassword; wndGlobalUI = wndGlobal; }
public frmWarpMap(frmGlobalUI pForm) { this.InitializeComponent(); this.wndGlobalUI = pForm; }