Exemplo n.º 1
0
 public void button_outputData_Click(object sender, EventArgs e)
 {
     ChoseOupputDataType OutPut = new ChoseOupputDataType();
     OutPut.ShowDialog();
 }
Exemplo n.º 2
0
 private void 导出数据OToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ChoseOupputDataType OutPut = new ChoseOupputDataType();
     OutPut.Show(this);
     //this.userControl_SerialCommControl1.button_outputData_Click(null, null);
 }