Exemple #1
0
        private void FileNew_clicked(object sender, EventArgs e)
        {
            //   MessageBox.Show("New", "MENU_CREATION", MessageBoxButtons.OK, MessageBoxIcon.Information);
            var novaCasa = new NovaCasa();

            novaCasa.Show();
        }
Exemple #2
0
        private void button1_Click_1(object sender, EventArgs e)
        {
            var novaCasa = new NovaCasa();

            novaCasa.Show();
        }