Esempio n. 1
0
 private void btn_DeList_Click(object sender, EventArgs e)
 {
     listBox1.Items.RemoveAt(listBox1.Items.Count - 1);
     listBox1.Items.RemoveAt(listBox1.Items.Count - 1);
     FM1.WriteLstToTxt(listBox1, System.Environment.CurrentDirectory + @"\1.FM1");
 }
Esempio n. 2
0
 private void btn_Conn_Click(object sender, EventArgs e)
 {
     listBox1.Items.Add("-->:" + txt_RetReceived.Text);
     listBox1.Items.Add("<--:" + txt_RetSend.Text);
     FM1.WriteLstToTxt(listBox1, System.Environment.CurrentDirectory + @"\1.FM1");
 }