コード例 #1
0
ファイル: FormLogin.cs プロジェクト: bbd33/BillingClientV3
 private void FormLogin_Load(object sender, EventArgs e)
 {
     BringToFront();
     txtTimecode.Focus();
     txtNick.Text = _launcher.GetParent().GetClientInfo().Name;
 }