예제 #1
0
 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;
 }
예제 #2
0
 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;
 }
예제 #3
0
 public frmWarpMap(frmGlobalUI pForm)
 {
     this.InitializeComponent();
     this.wndGlobalUI = pForm;
 }
예제 #4
0
 public frmWarpMap(frmGlobalUI pForm)
 {
     this.InitializeComponent();
     this.wndGlobalUI = pForm;
 }