Exemplo n.º 1
0
        private void PillIdentifier_button_Click(object sender, EventArgs e)
        {
            this.Hide();
            pillIdentifier identify = new pillIdentifier();

            identify.ShowDialog();
        }
Exemplo n.º 2
0
        private void identifyPillToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            pillIdentifier identify = new pillIdentifier();

            identify.ShowDialog();
        }