Exemplo n.º 1
0
        private void toolStripButton4_Click(object sender, EventArgs e)
        {
            Doni m = new Doni();

            m.Show();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            Doni d = new Doni();

            d.Show();
        }