private void informMessage(string infor) { InformationControl.Messages(Inform_richTextBox, InformationControl.MsgType.Incoming, infor + Environment.NewLine); }
private void Test_button_Click(object sender, EventArgs e) { InformationControl.Messages(Inform_richTextBox, InformationControl.MsgType.Incoming, "test======" + Environment.NewLine); }