Exemple #1
0
 private void MakeSay_Click(object sender, EventArgs e)
 {
     string inp   = (sender as Label).Text;
     Msg    Minfo = new Msg(0, Ifun.Right(inp, inp.Length - 7), Ifun.Right(Ifun.Left(inp, 6), 4), 1);
 }
Exemple #2
0
 private void MsgShowIinfo_Click(object sender, EventArgs e)
 {
     // ----\n\r 是做为一个字节
     string inp   = (sender as Label).Text;
     Msg    Minfo = new Msg(0, Ifun.Right(inp, inp.Length - 7), Ifun.Right(Ifun.Left(inp, 6), 4), 1);
 }