示例#1
0
        private void BtnClientes_Click(object sender, EventArgs e)
        {
            Informes inf = new Informes();

            inf.ShowDialog();
        }
示例#2
0
        private void generalToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Informes inf = new Informes();

            inf.ShowDialog();
        }