public FormGrafo2(Grafo g, Ciudad c) { InitializeComponent(); this.g = g; this.c1 = c; }
public Nodo(Ciudad c) { la = new List <Ady>(); this.c = c; }