Example #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            DOL con = new DOL();

            this.Visible = false;

            con.ShowDialog();
            this.Visible = true;
        }
Example #2
0
        private void Standardization_Click(object sender, EventArgs e)
        {
            DOL con = new DOL();

            this.Visible = false;

            con.ShowDialog();
            this.Visible = true;
        }