我正在尝试将保存的配置设置读回 TextBoxes
txtMailServer.Text = Properties.Settings.Default.MailServer;
但是文本框内容在实际值前面加上了这个文本的前缀......
System.Windows.Forms.TextBox,文本:the.mail.server
是什么原因造成的?
我正在尝试将保存的配置设置读回 TextBoxes
txtMailServer.Text = Properties.Settings.Default.MailServer;
但是文本框内容在实际值前面加上了这个文本的前缀......
System.Windows.Forms.TextBox,文本:the.mail.server
是什么原因造成的?