Exemplo n.º 1
0
        private void BtnCreateRel_Click(object sender, EventArgs e)
        {
            CreateRelations CR = new CreateRelations();

            CR.ShowDialog();
        }
Exemplo n.º 2
0
        private void createRelationsToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CreateRelations CR = new CreateRelations();

            CR.ShowDialog();
        }