Example #1
0
        private void propiedadesToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Matrices v = new Matrices(grafo, grafo.tipo);

            v.ShowDialog();
            //    MatrizAdyacencya v = new MatrizAdyacencya(grafo);
            //   v.ShowDialog();
        }
Example #2
0
        private void button11_Click(object sender, EventArgs e)
        {
            Matrices v = new Matrices(grafo, grafo.tipo);

            v.ShowDialog();
        }
Example #3
0
        private void matrizDePesosToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Matrices v = new Matrices(grafo, grafo.tipo);

            v.ShowDialog();
        }