Пример #1
0
 private void Test_button_Click(object sender, EventArgs e)
 {
     InformationControl.Messages(Inform_richTextBox, InformationControl.MsgType.Incoming, "test======" + Environment.NewLine);
 }
Пример #2
0
 private void informMessage(string infor)
 {
     InformationControl.Messages(Inform_richTextBox, InformationControl.MsgType.Incoming, infor + Environment.NewLine);
 }
Пример #3
0
 private void Clear_Message_button_Click(object sender, EventArgs e)
 {
     InformationControl.MsgClear(Inform_richTextBox);
 }