コード例 #1
0
ファイル: frmDatabase.cs プロジェクト: Xadder/GM-Tool
 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
ファイル: frmDatabase.cs プロジェクト: osama-youssif/GM-Tool
 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
ファイル: frmWarpMap.cs プロジェクト: osama-youssif/GM-Tool
 public frmWarpMap(frmGlobalUI pForm)
 {
     this.InitializeComponent();
     this.wndGlobalUI = pForm;
 }
コード例 #4
0
ファイル: frmWarpMap.cs プロジェクト: Xijezu/GM-Tool
 public frmWarpMap(frmGlobalUI pForm)
 {
     this.InitializeComponent();
     this.wndGlobalUI = pForm;
 }