隐藏密码效果: 勾选checkBox1后显示密码 checkBox1点击事件中代码如下:
转载请注明:301免备案跳转网站,连接:https://www.zfcdn.xyz/showinfo-23-35826-0.html
private void checkBox1_CheckedChanged(object sender, EventArgs e)
{
if (chk_onPass.Checked)
{
Ftp_pass_text.UseSystemPasswordChar = false;
Ftp_pass_text.PasswordChar = new char();
}
else
{
Ftp_pass_text.UseSystemPasswordChar = true;
}
}
亲爱的:被墙域名跳转TG:@qianhenetwork QQ:851617266,可否收藏+评论+分享呢?
文章评论 本文章有个评论