List<string> TitleErrors = Validator.isStringValid(target:_name.Text,
scope:"title",
allowDigits:true,
allowEmpty: false,
max:Validator.TimetableTitleMax);
这可能吗? VB.net在按Enter时执行此操作,eclipse也是如此。但是,C#将新行放在最左侧,而不是低于其他参数。