Example #1
0
        private void cxFlatSimpleButton1_Click(object sender, EventArgs e)
        {
            this.Hide();
            inv mdi = new inv();

            mdi.Show();
        }
Example #2
0
        private void materialFlatButton1_Click(object sender, EventArgs e)
        {
            this.Hide();
            inv mdi = new inv();

            mdi.Show();
        }