相关话题:
https://stackoverflow.com/questions/15150797/how-to-separate-condition-codes-from-mainform-to-class-c-sharp https://stackoverflow.com/questions/15132363/color-code-from -class-to-form-condition
如何调用这种颜色语法的类:
namespace TE
{
class High
{
rtb.SelectionColor = Color.Black;
rtb.SelectionFont = new Font("Courier New", 10, FontStyle.Regular);
}
}
进入形式中的空白条件:
private void TextChangedEvent(object sender, EventArgs e)
{
}
真的非常需要帮助。非常感谢!