コード例 #1
0
 private void Panel_Password_Paint(object sender, PaintEventArgs e)
 {
     Textbox_Password.Focus();
 }
コード例 #2
0
 private void Placeholder_Password_Click(object sender, EventArgs e)
 {
     Textbox_Password.Focus();
 }