Example #1
0
        private void BtnCreateRel_Click(object sender, EventArgs e)
        {
            CreateRelations CR = new CreateRelations();

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

            CR.ShowDialog();
        }