Ejemplo n.º 1
0
        private void NoneButton_Click(object sender, EventArgs e)
        {
            exit = false;

            SerialTempDataDownload conn = new SerialTempDataDownload();
            this.Close();
            conn.Show();
        }
Ejemplo n.º 2
0
        private void SelectPortButton_Click(object sender, EventArgs e)
        {
            exit = false;

            SerialTempDataDownload conn = new SerialTempDataDownload(PortsDropDown.SelectedItem.ToString());            
            this.Close();
            conn.Show();
        }
Ejemplo n.º 3
0
        private void NoneButton_Click(object sender, EventArgs e)
        {
            exit = false;

            SerialTempDataDownload conn = new SerialTempDataDownload();

            this.Close();
            conn.Show();
        }
Ejemplo n.º 4
0
        private void SelectPortButton_Click(object sender, EventArgs e)
        {
            exit = false;

            SerialTempDataDownload conn = new SerialTempDataDownload(PortsDropDown.SelectedItem.ToString());

            this.Close();
            conn.Show();
        }