Example #1
0
        private void comboBox3_SelectedIndexChanged(object sender, EventArgs e)
        {
            getISSList(comboBox3.Text, "DATE");

            ISSSelectorCb.ResetText();
            comboBox2.ResetText();
            comboBox4.ResetText();
        }
Example #2
0
        private void comboBox4_SelectedIndexChanged(object sender, EventArgs e)
        {
            List <String> arr = new List <string>();

            arr = qc.CompanyInfoByName(comboBox4.Text);
            getISSList(arr[0], "NAME");

            ISSSelectorCb.ResetText();
            comboBox2.ResetText();
            comboBox3.ResetText();
        }
Example #3
0
        private void button2_Click(object sender, EventArgs e)
        {
            listView1.Items.Clear();
            comboBox2.ResetText();
            comboBox3.ResetText();
            comboBox4.ResetText();
            ISSSelectorCb.ResetText();

            PartTb.ResetText();
            NameTb.ResetText();
            SNTb.ResetText();
            CNTb.ResetText();
            DateInTb.ResetText();
            DateSentTb.ResetText();
            IDTb.ResetText();
        }