摘要: public partial class Form2 : Form { public Form2() { InitializeComponent(); } private void button_back_Click(object sender, EventArgs e) { Form1 fr1 = 阅读全文
posted @ 2020-11-13 17:04 siha123 阅读(95) 评论(0) 推荐(0)
摘要: private void checkBox_password_CheckedChanged(object sender, EventArgs e) { textBox_password.PasswordChar = '\0'; if (checkBox_password.Checked) { tex 阅读全文
posted @ 2020-11-13 16:19 siha123 阅读(165) 评论(0) 推荐(0)